| author | |
| committer | |
| log | 0ecc6332b4eb1ced547ffa38f57471134aaa4d13 |
| tree | 2c8cf5fbdcb748e4d807a42b612f52c253ce767c |
| parent | f021ad548fd8ad6c7d8d8ea7e7c409c695dce1e5 |
| signature |
1 files changed, 3 insertions(+), 1 deletions(-)
lib/std/start.zig+3-1| ... | ... | @@ -283,7 +283,9 @@ fn _start() callconv(.Naked) noreturn { |
| 283 | 283 | \\ mov fp, #0 |
| 284 | 284 | \\ mov lr, #0 |
| 285 | 285 | \\ mov a1, sp |
| 286 | \\ and sp, #-16 | |
| 286 | \\ mov ip, sp | |
| 287 | \\ and ip, ip, #-16 | |
| 288 | \\ mov sp, ip | |
| 287 | 289 | \\ b %[posixCallMainAndExit] |
| 288 | 290 | , |
| 289 | 291 | .csky => |