| author | |
| committer | |
| log | 9771390f8980ef455cd0113840556e58ebea4ba1 |
| tree | 840d1777b2348a404f77990785dc15a097131d90 |
| parent | 58e38ff1f82b19ee529f0f5abe74a2c03c204dfe |
| signature |
1 files changed, 2 insertions(+), 3 deletions(-)
lib/std/start.zig+2-3| ... | ... | @@ -381,9 +381,8 @@ fn _start() callconv(.Naked) noreturn { |
| 381 | 381 | .sparc64 => |
| 382 | 382 | // argc is stored after a register window (16 registers * 8 bytes) plus the stack bias |
| 383 | 383 | // (2047 bytes). |
| 384 | \\ mov %%g0, %%i6 | |
| 385 | \\ add %%o6, 2175, %%l0 | |
| 386 | \\ mov %%l0, %%o0 | |
| 384 | \\ mov %%g0, %%fp | |
| 385 | \\ add %%sp, 2175, %%o0 | |
| 387 | 386 | \\ ba,a %[posixCallMainAndExit] |
| 388 | 387 | , |
| 389 | 388 | else => @compileError("unsupported arch"), |