diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 7096ad5e..3d27e4e3 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -305,9 +305,6 @@ | |||
305 | #endif | 305 | #endif |
306 | 306 | ||
307 | /* Temporarily disable features until the code has been merged. */ | 307 | /* Temporarily disable features until the code has been merged. */ |
308 | #if !LJ_ARCH_HASFPU | ||
309 | #define LJ_ARCH_NOJIT 1 | ||
310 | #endif | ||
311 | #if !defined(LUAJIT_NO_UNWIND) && __GNU_COMPACT_EH__ | 308 | #if !defined(LUAJIT_NO_UNWIND) && __GNU_COMPACT_EH__ |
312 | #define LUAJIT_NO_UNWIND 1 | 309 | #define LUAJIT_NO_UNWIND 1 |
313 | #endif | 310 | #endif |