From 25ea8f7dbb279d62d352db0cae43e620d9e2b5e9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 2 Oct 2017 00:13:56 -0400 Subject: [PATCH] fix typo in compiler-rt --- std/special/compiler_rt/index.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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