start: Fix mips stack alignment value (should be 8, not 16).

This commit is contained in:
Alex Rønne Petersen 2024-07-25 00:55:36 +02:00
parent 5478b0eb38
commit ebefee6088
No known key found for this signature in database

View File

@ -332,7 +332,7 @@ fn _start() callconv(.Naked) noreturn {
\\ move $fp, $0
\\ move $ra, $0
\\ move $a0, $sp
\\ and $sp, -16
\\ and $sp, -8
\\ j %[posixCallMainAndExit]
,
.mips64, .mips64el =>