diff options
Diffstat (limited to '')
-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 50741154..1f8e1026 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -204,7 +204,6 @@ | |||
204 | #define LJ_TARGET_MASKROT 1 | 204 | #define LJ_TARGET_MASKROT 1 |
205 | #define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */ | 205 | #define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */ |
206 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_SINGLE | 206 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_SINGLE |
207 | #define LJ_ARCH_NOJIT 1 | ||
208 | 207 | ||
209 | #else | 208 | #else |
210 | #error "No target architecture defined" | 209 | #error "No target architecture defined" |