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 f6448848..57940e94 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -163,7 +163,6 @@ | |||
163 | #define LJ_TARGET_MASKROT 1 | 163 | #define LJ_TARGET_MASKROT 1 |
164 | #define LJ_TARGET_UNIFYROT 1 /* Want only IR_BROL. */ | 164 | #define LJ_TARGET_UNIFYROT 1 /* Want only IR_BROL. */ |
165 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE | 165 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE |
166 | #define LJ_ARCH_NOJIT 1 | ||
167 | 166 | ||
168 | #elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE | 167 | #elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE |
169 | 168 | ||