authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-10-02 00:13:56-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-10-02 00:13:56-04:00
log25ea8f7dbb279d62d352db0cae43e620d9e2b5e9
treea3143aacfa9394566e52279ae3528d9e2f49f663
parent5cbae7b6714caf3d12ed585dca25bd7c14fb4a83

fix typo in compiler-rt


1 files changed, 1 insertions(+), 1 deletions(-)

std/special/compiler_rt/index.zig+1-1
...@@ -194,7 +194,7 @@ export nakedcc fn __chkstk_ms() align(4) {...@@ -194,7 +194,7 @@ export nakedcc fn __chkstk_ms() align(4) {
194 @setDebugSafety(this, false);194 @setDebugSafety(this, false);
195195
196 if (win32_nocrt) {196 if (win32_nocrt) {
197 @setGlobalLinkage(__chkstk, linkage);197 @setGlobalLinkage(__chkstk_ms, linkage);
198 asm volatile (198 asm volatile (
199 \\ push %%ecx199 \\ push %%ecx
200 \\ push %%eax200 \\ push %%eax