zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 25ea8f7dbb279d62d352db0cae43e620d9e2b5e9 (tree)
parent 5cbae7b6714caf3d12ed585dca25bd7c14fb4a83
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Mon,  2 Oct 2017 00:13:56 -0400

fix typo in compiler-rt

Diffstat:
Mstd/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 @@ -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