Revision 932a6909 tcg/tcg.h

b/tcg/tcg.h
410 410
uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2);
411 411

  
412 412
extern uint8_t code_gen_prologue[];
413
#ifdef __powerpc__
414
#define tcg_qemu_tb_exec(tb_ptr) \
415
    ((long REGPARM __attribute__ ((longcall)) (*)(void *))code_gen_prologue)(tb_ptr)
416
#else
413 417
#define tcg_qemu_tb_exec(tb_ptr) ((long REGPARM (*)(void *))code_gen_prologue)(tb_ptr)
418
#endif

Also available in: Unified diff