Revision 07e10e5d tcg/ppc/tcg-target.h

b/tcg/ppc/tcg-target.h
96 96

  
97 97
#define TCG_AREG0 TCG_REG_R27
98 98

  
99
#define TCG_TARGET_HAS_GUEST_BASE
100

  
101 99
#define tcg_qemu_tb_exec(env, tb_ptr) \
102 100
    ((long __attribute__ ((longcall)) \
103 101
      (*)(void *, void *))code_gen_prologue)(env, tb_ptr)

Also available in: Unified diff