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 77377931..d309f828 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -55,7 +55,7 @@ | |||
55 | (JIT_F_OPT_2|JIT_F_OPT_FWD|JIT_F_OPT_DSE|JIT_F_OPT_ABC|JIT_F_OPT_FUSE) | 55 | (JIT_F_OPT_2|JIT_F_OPT_FWD|JIT_F_OPT_DSE|JIT_F_OPT_ABC|JIT_F_OPT_FUSE) |
56 | #define JIT_F_OPT_DEFAULT JIT_F_OPT_3 | 56 | #define JIT_F_OPT_DEFAULT JIT_F_OPT_3 |
57 | 57 | ||
58 | #if defined(LUA_USE_WIN) || LJ_64 | 58 | #if LJ_TARGET_WINDOWS || LJ_64 |
59 | /* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */ | 59 | /* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */ |
60 | #define JIT_P_sizemcode_DEFAULT 64 | 60 | #define JIT_P_sizemcode_DEFAULT 64 |
61 | #else | 61 | #else |