diff options
Diffstat (limited to 'std')
| -rw-r--r-- | std/special/compiler_rt/index.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/special/compiler_rt/index.zig b/std/special/compiler_rt/index.zig index 67016c554a..4512c80c11 100644 --- a/std/special/compiler_rt/index.zig +++ b/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 |
