Commit 25ea8f7dbb

Andrew Kelley <superjoe30@gmail.com>
2017-10-02 06:13:56
fix typo in compiler-rt
1 parent 5cbae7b
Changed files (1)
std
special
compiler_rt
std/special/compiler_rt/index.zig
@@ -194,7 +194,7 @@ export nakedcc fn __chkstk_ms() align(4) {
     @setDebugSafety(this, false);
 
     if (win32_nocrt) {
-        @setGlobalLinkage(__chkstk, linkage);
+        @setGlobalLinkage(__chkstk_ms, linkage);
         asm volatile (
             \\         push   %%ecx
             \\         push   %%eax