aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc/tcg-target.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/ppc/tcg-target.c')
-rw-r--r--tcg/ppc/tcg-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c
index d6e9c5f30e..0fe3021e8f 100644
--- a/tcg/ppc/tcg-target.c
+++ b/tcg/ppc/tcg-target.c
@@ -25,7 +25,7 @@
static uint8_t *tb_ret_addr;
#ifdef __APPLE__
-#define LINKAGE_AREA_SIZE 12
+#define LINKAGE_AREA_SIZE 24
#define BACK_CHAIN_OFFSET 8
#else
#define LINKAGE_AREA_SIZE 8