summaryrefslogtreecommitdiffstats
path: root/asmrun/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'asmrun/stack.h')
-rw-r--r--asmrun/stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/asmrun/stack.h b/asmrun/stack.h
index 50101abd7..b2f2a4c80 100644
--- a/asmrun/stack.h
+++ b/asmrun/stack.h
@@ -54,9 +54,9 @@
#define Mark_scanned(sp, retaddr) (*((long *)((sp) - 4)) = (retaddr) | 1)
#define Mask_already_scanned(retaddr) ((retaddr) & ~1)
#ifdef SYS_aix
-#define Trap_frame_size 24
+#define Trap_frame_size 32
#else
-#define Trap_frame_size 8
+#define Trap_frame_size 16
#endif
#define Callback_link(sp) ((struct caml_context *)((sp) + Trap_frame_size))
#endif