summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2015-06-09 21:56:58 +0200
committerMike Pall <mike>2015-06-09 22:08:40 +0200
commit72347895edbdc8730c1e758bfee4264fd60164ac (patch)
tree0bf8807df7f58ad461da389f44c71d5fd179bec9 /src/lj_arch.h
parent69e5342eb893815b18a1ec84ba74b0e0d1cc9beb (diff)
downloadluajit-72347895edbdc8730c1e758bfee4264fd60164ac.tar.gz
luajit-72347895edbdc8730c1e758bfee4264fd60164ac.tar.bz2
luajit-72347895edbdc8730c1e758bfee4264fd60164ac.zip
x64: Allow building without external unwinder.
Required for PS4 SDK 2.5. Thanks to James Park.
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 d3a9d57d..d89d1169 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -423,7 +423,7 @@
423#define LUAJIT_NO_EXP2 423#define LUAJIT_NO_EXP2
424#endif 424#endif
425 425
426#if defined(LUAJIT_NO_UNWIND) || defined(__symbian__) || LJ_TARGET_IOS || LJ_TARGET_PS3 426#if defined(LUAJIT_NO_UNWIND) || defined(__symbian__) || LJ_TARGET_IOS || LJ_TARGET_PS3 || LJ_TARGET_PS4
427#define LJ_NO_UNWIND 1 427#define LJ_NO_UNWIND 1
428#endif 428#endif
429 429