aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2016-11-20 22:16:08 +0100
committerMike Pall <mike>2016-11-20 22:18:14 +0100
commit04b60707d7d117da22b40736a353e2a10179108a (patch)
treed11f50b00a8589108f5ebeeb005a12071fe6fcdf /src/lj_arch.h
parent13642b75ac37957d9e2a37b35ebec69d6d4b3bc1 (diff)
downloadluajit-04b60707d7d117da22b40736a353e2a10179108a.tar.gz
luajit-04b60707d7d117da22b40736a353e2a10179108a.tar.bz2
luajit-04b60707d7d117da22b40736a353e2a10179108a.zip
ARM64: Add JIT compiler backend.
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
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 cc5a0a66..3df602e3 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -226,7 +226,6 @@
226#define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */ 226#define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */
227#define LJ_TARGET_GC64 1 227#define LJ_TARGET_GC64 1
228#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL 228#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL
229#define LJ_ARCH_NOJIT 1 /* NYI */
230 229
231#define LJ_ARCH_VERSION 80 230#define LJ_ARCH_VERSION 80
232 231