diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 001111da..9bf6f481 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -332,10 +332,12 @@ | |||
332 | #define LJ_ARCH_BITS 32 | 332 | #define LJ_ARCH_BITS 32 |
333 | #define LJ_TARGET_MIPS32 1 | 333 | #define LJ_TARGET_MIPS32 1 |
334 | #else | 334 | #else |
335 | #if LJ_ABI_SOFTFP || !LJ_ARCH_HASFPU | ||
336 | #define LJ_ARCH_NOJIT 1 /* NYI */ | ||
337 | #endif | ||
335 | #define LJ_ARCH_BITS 64 | 338 | #define LJ_ARCH_BITS 64 |
336 | #define LJ_TARGET_MIPS64 1 | 339 | #define LJ_TARGET_MIPS64 1 |
337 | #define LJ_TARGET_GC64 1 | 340 | #define LJ_TARGET_GC64 1 |
338 | #define LJ_ARCH_NOJIT 1 /* NYI */ | ||
339 | #endif | 341 | #endif |
340 | #define LJ_TARGET_MIPS 1 | 342 | #define LJ_TARGET_MIPS 1 |
341 | #define LJ_TARGET_EHRETREG 4 | 343 | #define LJ_TARGET_EHRETREG 4 |