]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Update external MSDN URL in code.
authorMike Pall <mike>
Tue, 29 Aug 2023 20:27:38 +0000 (22:27 +0200)
committerMike Pall <mike>
Tue, 29 Aug 2023 20:27:38 +0000 (22:27 +0200)
Thanks to Kyle Marshall. #1060

src/lj_jit.h

index 66aa9aad923980fea85ccf8e00f879b6d22bbe56..911c899cfa4cbe89bf895c6b45488e60fe7b8fad 100644 (file)
@@ -86,7 +86,7 @@
 #define JIT_F_OPT_DEFAULT      JIT_F_OPT_3
 
 #if LJ_TARGET_WINDOWS || LJ_64
-/* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */
+/* See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223 */
 #define JIT_P_sizemcode_DEFAULT                64
 #else
 /* Could go as low as 4K, but the mmap() overhead would be rather high. */