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 e919c1a4..2b8fa7fe 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -202,7 +202,6 @@ | |||
202 | #define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */ | 202 | #define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */ |
203 | #define LJ_TARGET_GC64 1 | 203 | #define LJ_TARGET_GC64 1 |
204 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL | 204 | #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL |
205 | #define LJ_ARCH_NOFFI 1 /* NYI */ | ||
206 | #define LJ_ARCH_NOJIT 1 /* NYI */ | 205 | #define LJ_ARCH_NOJIT 1 /* NYI */ |
207 | 206 | ||
208 | #define LJ_ARCH_VERSION 80 | 207 | #define LJ_ARCH_VERSION 80 |