| author | |
| committer | |
| log | 934b170d6769d1f632d3cf0ee314fb9e1249840a |
| tree | 5a955bf8109fdcfb9598dcb332fda63939374ee1 |
| parent | c10a2d7649c4c73c0235cac64bdd3e98ff93b8c6 |
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 %%esi | 325 | \\ pop %%esi |
| 326 | \\ pop %%ebx | 326 | \\ pop %%ebx |
| 327 | \\ pop %%ebp | 327 | \\ pop %%ebp |
| 328 | \\ retw | 328 | \\ 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,%%esp | 54 | \\ add %%eax,%%esp |
| 55 | \\ pop %%ecx | 55 | \\ pop %%ecx |
| 56 | \\ retw | 56 | \\ ret |
| 57 | ); | 57 | ); |
| 58 | }, | 58 | }, |
| 59 | else => {}, | 59 | else => {}, |