diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 0145a7c0..5962f3af 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -273,7 +273,6 @@ | |||
273 | #endif | 273 | #endif |
274 | 274 | ||
275 | #if LJ_ABI_SOFTFP | 275 | #if LJ_ABI_SOFTFP |
276 | #define LJ_ARCH_NOJIT 1 /* NYI */ | ||
277 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL | 276 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL |
278 | #else | 277 | #else |
279 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE | 278 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE |