| author | |
| committer | |
| log | 25ea8f7dbb279d62d352db0cae43e620d9e2b5e9 |
| tree | a3143aacfa9394566e52279ae3528d9e2f49f663 |
| parent | 5cbae7b6714caf3d12ed585dca25bd7c14fb4a83 |
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 | 194 | @setDebugSafety(this, false); |
| 195 | 195 | |
| 196 | 196 | if (win32_nocrt) { |
| 197 | @setGlobalLinkage(__chkstk, linkage); | |
| 197 | @setGlobalLinkage(__chkstk_ms, linkage); | |
| 198 | 198 | asm volatile ( |
| 199 | 199 | \\ push %%ecx |
| 200 | 200 | \\ push %%eax |