|
From: | Davide Ferraretto |
Subject: | [Qemu-devel] tcg_qemu_tb_exec... |
Date: | Sun, 03 Jun 2012 22:44:32 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
I'm in qemu-arm. tcg_qemu_tb_exec function is a macro: #define tcg_qemu_tb_exec(env, tb_ptr) \ ((long REGPARM (*)(void *, void *))code_gen_prologue)(env, tb_ptr) #endif I don't understand what
function calls. where is code of code_gen_prologue???
|
[Prev in Thread] | Current Thread | [Next in Thread] |