diff options
author | Mike Pall <mike> | 2023-08-29 22:27:38 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-29 22:27:38 +0200 |
commit | c6ee7e19d107b4f9a140bb2ccf99162e26318c69 (patch) | |
tree | 92b13555e955b1fa980016793dec7f47ddf61c31 | |
parent | 0ef51b495f9497aac77b41eb3d837c9c38b9424b (diff) | |
download | luajit-c6ee7e19d107b4f9a140bb2ccf99162e26318c69.tar.gz luajit-c6ee7e19d107b4f9a140bb2ccf99162e26318c69.tar.bz2 luajit-c6ee7e19d107b4f9a140bb2ccf99162e26318c69.zip |
Update external MSDN URL in code.
Thanks to Kyle Marshall. #1060
-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 66aa9aad..911c899c 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -86,7 +86,7 @@ | |||
86 | #define JIT_F_OPT_DEFAULT JIT_F_OPT_3 | 86 | #define JIT_F_OPT_DEFAULT JIT_F_OPT_3 |
87 | 87 | ||
88 | #if LJ_TARGET_WINDOWS || LJ_64 | 88 | #if LJ_TARGET_WINDOWS || LJ_64 |
89 | /* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */ | 89 | /* See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223 */ |
90 | #define JIT_P_sizemcode_DEFAULT 64 | 90 | #define JIT_P_sizemcode_DEFAULT 64 |
91 | #else | 91 | #else |
92 | /* Could go as low as 4K, but the mmap() overhead would be rather high. */ | 92 | /* Could go as low as 4K, but the mmap() overhead would be rather high. */ |