diff options
author | Mike Pall <mike> | 2015-01-07 21:06:40 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2015-01-07 21:06:40 +0100 |
commit | 33f0c24f06d38ea618429c2ea2f7a849e8d7439c (patch) | |
tree | d1893a1e30a9a2a8b8972345da3cb89f1b51db9a /src/lj_arch.h | |
parent | ce1a5ee535aea909f297a56bce8ff113e1763403 (diff) | |
download | luajit-33f0c24f06d38ea618429c2ea2f7a849e8d7439c.tar.gz luajit-33f0c24f06d38ea618429c2ea2f7a849e8d7439c.tar.bz2 luajit-33f0c24f06d38ea618429c2ea2f7a849e8d7439c.zip |
ARM64: Add FFI support.
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 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 |