| ... | @@ -391,6 +391,7 @@ fn _start() callconv(.Naked) noreturn { | ... | @@ -391,6 +391,7 @@ fn _start() callconv(.Naked) noreturn { |
| 391 | \\ stdu 0, -32(1) | 391 | \\ stdu 0, -32(1) |
| 392 | \\ mtlr 0 | 392 | \\ mtlr 0 |
| 393 | \\ b %[posixCallMainAndExit] | 393 | \\ b %[posixCallMainAndExit] |
| | 394 | \\ nop |
| 394 | , | 395 | , |
| 395 | .s390x => | 396 | .s390x => |
| 396 | // Set up the stack frame (register save area and cleared back-chain slot). | 397 | // Set up the stack frame (register save area and cleared back-chain slot). |