diff options
author | Mike Pall <mike> | 2011-10-24 16:43:51 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-10-24 16:43:51 +0200 |
commit | 0cf8c20be8ee009e01752874186a1dea352009fb (patch) | |
tree | 28280798d8765fa4693d41a7310ccb87e6f5d02e /src/lj_arch.h | |
parent | fa9ade356b0543f11295023de3b4441a1e7d39a3 (diff) | |
download | luajit-0cf8c20be8ee009e01752874186a1dea352009fb.tar.gz luajit-0cf8c20be8ee009e01752874186a1dea352009fb.tar.bz2 luajit-0cf8c20be8ee009e01752874186a1dea352009fb.zip |
PPC: Integrate and enable JIT compiler.
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 | ||