Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. extern uint8_t code_gen_prologue[];
  2.  
  3. #define tcg_qemu_tb_exec(tb_ptr) \
  4. ((long __attribute__ ((longcall)) (*)(void *))code_gen_prologue)(tb_ptr)
Add Comment
Please, Sign In to add comment