summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-07 21:06:40 +0100
committerMike Pall <mike>2015-01-07 21:06:40 +0100
commit33f0c24f06d38ea618429c2ea2f7a849e8d7439c (patch)
treed1893a1e30a9a2a8b8972345da3cb89f1b51db9a /src/lj_arch.h
parentce1a5ee535aea909f297a56bce8ff113e1763403 (diff)
downloadluajit-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.h1
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