diff options
author | Mike Pall <mike> | 2012-03-30 01:36:55 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-03-30 01:36:55 +0200 |
commit | bcd459aa0e5ab8e6df4a89c75c4f9f00ec7d0176 (patch) | |
tree | 1c2a3b358455eda1abcf45bbdc6600f1e4e58810 /src/lj_arch.h | |
parent | 2225c9aafc9245e12b22d34b68be8017c42febd8 (diff) | |
download | luajit-bcd459aa0e5ab8e6df4a89c75c4f9f00ec7d0176.tar.gz luajit-bcd459aa0e5ab8e6df4a89c75c4f9f00ec7d0176.tar.bz2 luajit-bcd459aa0e5ab8e6df4a89c75c4f9f00ec7d0176.zip |
MIPS: 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 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" |