mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Revert "update i386 assembly to satisify llvm12"
This reverts commit 6af6c3c9791b655b3adca08749baf89404b081ae.
This commit is contained in:
parent
c10a2d7649
commit
934b170d67
@ -325,7 +325,7 @@ fn clone() callconv(.Naked) void {
|
||||
\\ pop %%esi
|
||||
\\ pop %%ebx
|
||||
\\ pop %%ebp
|
||||
\\ retw
|
||||
\\ ret
|
||||
);
|
||||
},
|
||||
.x86_64 => {
|
||||
|
||||
@ -53,7 +53,7 @@ pub fn zig_probe_stack() callconv(.Naked) void {
|
||||
\\ orl $0,8(%%esp)
|
||||
\\ add %%eax,%%esp
|
||||
\\ pop %%ecx
|
||||
\\ retw
|
||||
\\ ret
|
||||
);
|
||||
},
|
||||
else => {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user