| ... | @@ -332,7 +332,7 @@ fn _start() callconv(.naked) noreturn { | ... | @@ -332,7 +332,7 @@ fn _start() callconv(.naked) noreturn { |
| 332 | \\ li ra, 0 | 332 | \\ li ra, 0 |
| 333 | \\ mv a0, sp | 333 | \\ mv a0, sp |
| 334 | \\ andi sp, sp, -16 | 334 | \\ andi sp, sp, -16 |
| 335 | \\ tail %[posixCallMainAndExit]@plt | 335 | \\ tail %[posixCallMainAndExit] |
| 336 | , | 336 | , |
| 337 | .m68k => | 337 | .m68k => |
| 338 | // Note that the - 8 is needed because pc in the jsr instruction points into the middle | 338 | // Note that the - 8 is needed because pc in the jsr instruction points into the middle |