summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-01-21 16:43:49 +0100
committerMike Pall <mike>2013-01-21 16:43:49 +0100
commit89e4650baef2f67b12b2a7d9c91a8809f552568a (patch)
tree103638bdfba80ad8defaca562765efdf98a99ee0 /src/lj_arch.h
parent2c293a96deb33a9a24f7b9dacd301ab70edbd559 (diff)
downloadluajit-89e4650baef2f67b12b2a7d9c91a8809f552568a.tar.gz
luajit-89e4650baef2f67b12b2a7d9c91a8809f552568a.tar.bz2
luajit-89e4650baef2f67b12b2a7d9c91a8809f552568a.zip
Add XBox 360 port.
Thanks to Eddie Edwards.
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 10071ca4..4be2f566 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -398,7 +398,7 @@
398#endif 398#endif
399 399
400/* Various workarounds for embedded operating systems. */ 400/* Various workarounds for embedded operating systems. */
401#if (defined(__ANDROID__) && !defined(LJ_TARGET_X86ORX64)) || defined(__symbian__) 401#if (defined(__ANDROID__) && !defined(LJ_TARGET_X86ORX64)) || defined(__symbian__) || LJ_TARGET_XBOX360
402#define LUAJIT_NO_LOG2 402#define LUAJIT_NO_LOG2
403#endif 403#endif
404#if defined(__symbian__) 404#if defined(__symbian__)