diff options
author | Mike Pall <mike> | 2013-01-11 12:19:53 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-01-11 12:19:53 +0100 |
commit | e434ab505e52cc2cb4ae13b79e7bdf03014cfad7 (patch) | |
tree | cda4424d4774f37a24189ffea4488e4ba5ac3df7 /src/lj_arch.h | |
parent | f22d5d9eef7e0904d0fdfc517759037e04923fed (diff) | |
download | luajit-e434ab505e52cc2cb4ae13b79e7bdf03014cfad7.tar.gz luajit-e434ab505e52cc2cb4ae13b79e7bdf03014cfad7.tar.bz2 luajit-e434ab505e52cc2cb4ae13b79e7bdf03014cfad7.zip |
Fix PS3 build.
Diffstat (limited to '')
-rw-r--r-- | src/lj_arch.h | 2 |
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 |