| ... | @@ -332,7 +332,7 @@ fn _start() callconv(.Naked) noreturn { | ... | @@ -332,7 +332,7 @@ fn _start() callconv(.Naked) noreturn { |
| 332 | \\ move $fp, $0 | 332 | \\ move $fp, $0 |
| 333 | \\ move $ra, $0 | 333 | \\ move $ra, $0 |
| 334 | \\ move $a0, $sp | 334 | \\ move $a0, $sp |
| 335 | \\ and $sp, -16 | 335 | \\ and $sp, -8 |
| 336 | \\ j %[posixCallMainAndExit] | 336 | \\ j %[posixCallMainAndExit] |
| 337 | , | 337 | , |
| 338 | .mips64, .mips64el => | 338 | .mips64, .mips64el => |