authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-03-02 15:03:19-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-03-02 15:03:19-07:00
log934b170d6769d1f632d3cf0ee314fb9e1249840a
tree5a955bf8109fdcfb9598dcb332fda63939374ee1
parentc10a2d7649c4c73c0235cac64bdd3e98ff93b8c6

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,7 +325,7 @@ fn clone() callconv(.Naked) void {
325 \\ pop %%esi325 \\ pop %%esi
326 \\ pop %%ebx326 \\ pop %%ebx
327 \\ pop %%ebp327 \\ pop %%ebp
328 \\ retw328 \\ ret
329 );329 );
330 },330 },
331 .x86_64 => {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,7 +53,7 @@ pub fn zig_probe_stack() callconv(.Naked) void {
53 \\ orl $0,8(%%esp)53 \\ orl $0,8(%%esp)
54 \\ add %%eax,%%esp54 \\ add %%eax,%%esp
55 \\ pop %%ecx55 \\ pop %%ecx
56 \\ retw56 \\ ret
57 );57 );
58 },58 },
59 else => {},59 else => {},