Revert "update i386 assembly to satisify llvm12"
This reverts commit 6af6c3c9791b655b3adca08749baf89404b081ae.
2 files changed, 2 insertions(+), 2 deletions(-)
lib/std/special/c.zig+1-1
| ... | ... | @@ -325,7 +325,7 @@ fn clone() callconv(.Naked) void { |
| 325 | 325 | \\ pop %%esi |
| 326 | 326 | \\ pop %%ebx |
| 327 | 327 | \\ pop %%ebp |
| 328 | | \\ retw |
| 328 | \\ ret |
| 329 | 329 | ); |
| 330 | 330 | }, |
| 331 | 331 | .x86_64 => { |
lib/std/special/compiler_rt/stack_probe.zig+1-1
| ... | ... | @@ -53,7 +53,7 @@ pub fn zig_probe_stack() callconv(.Naked) void { |
| 53 | 53 | \\ orl $0,8(%%esp) |
| 54 | 54 | \\ add %%eax,%%esp |
| 55 | 55 | \\ pop %%ecx |
| 56 | | \\ retw |
| 56 | \\ ret |
| 57 | 57 | ); |
| 58 | 58 | }, |
| 59 | 59 | else => {}, |