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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 111ea8c1..86a2d5ed 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -48,7 +48,6 @@
48#define LJ_TARGET_X64 1 48#define LJ_TARGET_X64 1
49#define LJ_TARGET_X86ORX64 1 49#define LJ_TARGET_X86ORX64 1
50#define LJ_PAGESIZE 4096 50#define LJ_PAGESIZE 4096
51#define LJ_ARCH_NOJIT 1 /* NYI */
52#else 51#else
53#error "No target architecture defined" 52#error "No target architecture defined"
54#endif 53#endif