summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r--src/lj_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 5e866fe4..ca5b0df4 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -137,7 +137,7 @@
137#define LJ_TARGET_MASKSHIFT 0 137#define LJ_TARGET_MASKSHIFT 0
138#define LJ_TARGET_MASKROT 1 138#define LJ_TARGET_MASKROT 1
139#define LJ_ARCH_DUALNUM 2 139#define LJ_ARCH_DUALNUM 2
140#define LJ_ARCH_NOFFI 1 140#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
141#define LJ_ARCH_NOJIT 1 141#define LJ_ARCH_NOJIT 1
142 142
143#elif LUAJIT_TARGET == LUAJIT_ARCH_PPC 143#elif LUAJIT_TARGET == LUAJIT_ARCH_PPC