Revision f9bf2987 tcg/ppc/tcg-target.h

b/tcg/ppc/tcg-target.h
65 65
/* used for function call generation */
66 66
#define TCG_REG_CALL_STACK TCG_REG_R1
67 67
#define TCG_TARGET_STACK_ALIGN 16
68
#define TCG_TARGET_CALL_STACK_OFFSET 8
68
#ifdef __APPLE__
69
#define TCG_TARGET_CALL_STACK_OFFSET 12
70
#else
69 71
#define TCG_TARGET_CALL_ALIGN_ARGS 1
72
#define TCG_TARGET_CALL_STACK_OFFSET 8
73
#endif
70 74

  
71 75
/* optional instructions */
72 76
#define TCG_TARGET_HAS_neg_i32

Also available in: Unified diff