| author | |
| committer | |
| log | 557c4f04c2f13384c8f185af7a2befad00dd8a5c |
| tree | 7c95a69e98ecd4a5bc1af26576d12afc84ac01aa |
| parent | 75cf7fca900766713597d21d141292b3725aac50 |
Nothing bitness-specific about this startup code.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/start.zig+1-1| ... | ... | @@ -300,7 +300,7 @@ fn _start() callconv(.Naked) noreturn { |
| 300 | 300 | \\ and sp, #-16 |
| 301 | 301 | \\ b %[posixCallMainAndExit] |
| 302 | 302 | , |
| 303 | .loongarch64 => | |
| 303 | .loongarch32, .loongarch64 => | |
| 304 | 304 | \\ move $fp, $zero |
| 305 | 305 | \\ move $a0, $sp |
| 306 | 306 | \\ bstrins.d $sp, $zero, 3, 0 |