diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-10-02 00:13:56 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-10-02 00:13:56 -0400 |
| commit | 25ea8f7dbb279d62d352db0cae43e620d9e2b5e9 (patch) | |
| tree | a3143aacfa9394566e52279ae3528d9e2f49f663 /std | |
| parent | 5cbae7b6714caf3d12ed585dca25bd7c14fb4a83 (diff) | |
| download | zig-25ea8f7dbb279d62d352db0cae43e620d9e2b5e9.tar.gz zig-25ea8f7dbb279d62d352db0cae43e620d9e2b5e9.zip | |
fix typo in compiler-rt
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 |
