| author | |
| committer | |
| log | dc169ff2b5183471110f84103c11c59f56309210 |
| tree | 4530ef2f3868ae8d1cce64b09e85434d5c10b6fc |
| parent | 9ca1d1e6b1e7eef01f59703f10d7d4dcb10dfcfa |
| signature |
It should be 16 for both N64 and N32; only O32 uses 8.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/start.zig+1-1| ... | ... | @@ -401,7 +401,7 @@ fn _start() callconv(.naked) noreturn { |
| 401 | 401 | \\ addu $t9, $t9, $gp |
| 402 | 402 | \\ move $ra, $zero |
| 403 | 403 | \\ move $a0, $sp |
| 404 | \\ and $sp, -8 | |
| 404 | \\ and $sp, -16 | |
| 405 | 405 | \\ subu $sp, $sp, 16 |
| 406 | 406 | \\ jalr $t9 |
| 407 | 407 | , |