aboutsummaryrefslogtreecommitdiff
path: root/src/lj_frame.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_frame.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lj_frame.h b/src/lj_frame.h
index aa3ab20b..07b36cdf 100644
--- a/src/lj_frame.h
+++ b/src/lj_frame.h
@@ -228,13 +228,13 @@ enum { LJ_CONT_TAILCALL, LJ_CONT_FFI_CALLBACK }; /* Special continuations. */
228#define CFRAME_SIZE 112 228#define CFRAME_SIZE 112
229#define CFRAME_SHIFT_MULTRES 3 229#define CFRAME_SHIFT_MULTRES 3
230#else 230#else
231#define CFRAME_OFS_ERRF 100 231#define CFRAME_OFS_ERRF 76
232#define CFRAME_OFS_NRES 96 232#define CFRAME_OFS_NRES 72
233#define CFRAME_OFS_PREV 92 233#define CFRAME_OFS_PREV 68
234#define CFRAME_OFS_L 88 234#define CFRAME_OFS_L 64
235#define CFRAME_OFS_PC 44 235#define CFRAME_OFS_PC 20
236#define CFRAME_OFS_MULTRES 16 236#define CFRAME_OFS_MULTRES 16
237#define CFRAME_SIZE 88 237#define CFRAME_SIZE 64
238#define CFRAME_SHIFT_MULTRES 3 238#define CFRAME_SHIFT_MULTRES 3
239#endif 239#endif
240#else 240#else