mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix typo in compiler-rt
This commit is contained in:
parent
5cbae7b671
commit
25ea8f7dbb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user