aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index e7722315..c728742f 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -154,6 +154,7 @@
154#define LJ_TARGET_EHRETREG 3 154#define LJ_TARGET_EHRETREG 3
155#define LJ_TARGET_MASKSHIFT 0 155#define LJ_TARGET_MASKSHIFT 0
156#define LJ_TARGET_MASKROT 1 156#define LJ_TARGET_MASKROT 1
157#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
157#define LJ_ARCH_NOJIT 1 158#define LJ_ARCH_NOJIT 1
158 159
159#else 160#else