aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_arch.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index f1e7d7f4..b72dbcca 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -155,7 +155,11 @@
155#define LJ_ARCH_NAME "x64" 155#define LJ_ARCH_NAME "x64"
156#define LJ_ARCH_BITS 64 156#define LJ_ARCH_BITS 64
157#define LJ_ARCH_ENDIAN LUAJIT_LE 157#define LJ_ARCH_ENDIAN LUAJIT_LE
158#define LJ_ABI_WIN LJ_TARGET_WINDOWS 158#if LJ_TARGET_WINDOWS || __CYGWIN__
159#define LJ_ABI_WIN 1
160#else
161#define LJ_ABI_WIN 0
162#endif
159#define LJ_TARGET_X64 1 163#define LJ_TARGET_X64 1
160#define LJ_TARGET_X86ORX64 1 164#define LJ_TARGET_X86ORX64 1
161#define LJ_TARGET_EHRETREG 0 165#define LJ_TARGET_EHRETREG 0