aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2011-04-18 21:23:21 +0200
committerMike Pall <mike>2011-04-18 21:24:47 +0200
commita1ffb6114f2e2651831e7abc44dd313b7ee5ac97 (patch)
tree37809b4e22a4c7e0752909409f3d7a4bc690e4e3 /src/lj_arch.h
parentca18293ebc80d83ba32737d308c6a8e7a526174d (diff)
downloadluajit-a1ffb6114f2e2651831e7abc44dd313b7ee5ac97.tar.gz
luajit-a1ffb6114f2e2651831e7abc44dd313b7ee5ac97.tar.bz2
luajit-a1ffb6114f2e2651831e7abc44dd313b7ee5ac97.zip
ARM: Add missing FFI functionality. Enable FFI for ARM.
Diffstat (limited to '')
-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 43774a7d..f9854239 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -136,7 +136,6 @@
136#define LJ_TARGET_MASKSHIFT 0 136#define LJ_TARGET_MASKSHIFT 0
137#define LJ_TARGET_MASKROT 1 137#define LJ_TARGET_MASKROT 1
138#define LJ_ARCH_DUALNUM 2 138#define LJ_ARCH_DUALNUM 2
139#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
140#define LJ_ARCH_NOJIT 1 139#define LJ_ARCH_NOJIT 1
141 140
142#elif LUAJIT_TARGET == LUAJIT_ARCH_PPC 141#elif LUAJIT_TARGET == LUAJIT_ARCH_PPC