fix typo in compiler-rt

This commit is contained in:
Andrew Kelley 2017-10-02 00:13:56 -04:00
parent 5cbae7b671
commit 25ea8f7dbb

View File

@ -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