| ... | ... | @@ -332,22 +332,14 @@ fn _start() callconv(.Naked) noreturn { |
| 332 | 332 | \\ move $fp, $0 |
| 333 | 333 | \\ move $ra, $0 |
| 334 | 334 | \\ move $a0, $sp |
| 335 | | \\ .set push |
| 336 | | \\ .set noat |
| 337 | | \\ addiu $1, $zero, -16 |
| 338 | | \\ and $sp, $sp, $1 |
| 339 | | \\ .set pop |
| 335 | \\ and $sp, -16 |
| 340 | 336 | \\ j %[posixCallMainAndExit] |
| 341 | 337 | , |
| 342 | 338 | .mips64, .mips64el => |
| 343 | 339 | \\ move $fp, $0 |
| 344 | 340 | \\ move $ra, $0 |
| 345 | 341 | \\ move $a0, $sp |
| 346 | | \\ .set push |
| 347 | | \\ .set noat |
| 348 | | \\ daddiu $1, $zero, -16 |
| 349 | | \\ and $sp, $sp, $1 |
| 350 | | \\ .set pop |
| 342 | \\ and $sp, -16 |
| 351 | 343 | \\ j %[posixCallMainAndExit] |
| 352 | 344 | , |
| 353 | 345 | .powerpc, .powerpcle => |