| ... | @@ -247,7 +247,7 @@ fn _start() callconv(.naked) noreturn { | ... | @@ -247,7 +247,7 @@ fn _start() callconv(.naked) noreturn { |
| 247 | \\ mov $30, $16 | 247 | \\ mov $30, $16 |
| 248 | \\ ldi $1, -16 | 248 | \\ ldi $1, -16 |
| 249 | \\ and $30, $30, $1 | 249 | \\ and $30, $30, $1 |
| 250 | \\ jsr $26, %[posixCallMainAndExit] | 250 | \\ br $31, %[posixCallMainAndExit] |
| 251 | , | 251 | , |
| 252 | .arc, .arceb => | 252 | .arc, .arceb => |
| 253 | // ARC v1 and v2 had a very low stack alignment requirement of 4; v3 increased it to 16. | 253 | // ARC v1 and v2 had a very low stack alignment requirement of 4; v3 increased it to 16. |