diff options
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r-- | src/lj_jit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index ff3492bf..69156218 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -53,7 +53,7 @@ | |||
53 | #define JIT_F_OPT_3 (JIT_F_OPT_2|JIT_F_OPT_FWD|JIT_F_OPT_DSE|JIT_F_OPT_FUSE) | 53 | #define JIT_F_OPT_3 (JIT_F_OPT_2|JIT_F_OPT_FWD|JIT_F_OPT_DSE|JIT_F_OPT_FUSE) |
54 | #define JIT_F_OPT_DEFAULT JIT_F_OPT_3 | 54 | #define JIT_F_OPT_DEFAULT JIT_F_OPT_3 |
55 | 55 | ||
56 | #ifdef LUA_USE_WIN | 56 | #if defined(LUA_USE_WIN) || LJ_64 |
57 | /* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */ | 57 | /* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */ |
58 | #define JIT_P_sizemcode_DEFAULT 64 | 58 | #define JIT_P_sizemcode_DEFAULT 64 |
59 | #else | 59 | #else |