diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 36b38886..8f3796fc 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -365,8 +365,11 @@ | |||
365 | #endif | 365 | #endif |
366 | #endif | 366 | #endif |
367 | 367 | ||
368 | /* 2-slot frame info. */ | ||
369 | #define LJ_FR2 0 | ||
370 | |||
368 | /* Disable or enable the JIT compiler. */ | 371 | /* Disable or enable the JIT compiler. */ |
369 | #if defined(LUAJIT_DISABLE_JIT) || defined(LJ_ARCH_NOJIT) || defined(LJ_OS_NOJIT) | 372 | #if defined(LUAJIT_DISABLE_JIT) || defined(LJ_ARCH_NOJIT) || defined(LJ_OS_NOJIT) || LJ_FR2 |
370 | #define LJ_HASJIT 0 | 373 | #define LJ_HASJIT 0 |
371 | #else | 374 | #else |
372 | #define LJ_HASJIT 1 | 375 | #define LJ_HASJIT 1 |