aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 f59b3447..960998ab 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -209,7 +209,7 @@
209#else 209#else
210#define LJ_ARCH_VERSION 0 210#define LJ_ARCH_VERSION 0
211#endif 211#endif
212#if __PPC64__ || __powerpc64__ || LJ_TARGET_XBOX360 212#if __PPC64__ || __powerpc64__ || LJ_TARGET_CONSOLE
213#define LJ_ARCH_PPC64 1 213#define LJ_ARCH_PPC64 1
214#define LJ_ARCH_NOFFI 1 214#define LJ_ARCH_NOFFI 1
215#endif 215#endif