mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 18:53:07 +00:00
start: Fix mips stack alignment value (should be 8, not 16).
This commit is contained in:
parent
5478b0eb38
commit
ebefee6088
@ -332,7 +332,7 @@ fn _start() callconv(.Naked) noreturn {
|
|||||||
\\ move $fp, $0
|
\\ move $fp, $0
|
||||||
\\ move $ra, $0
|
\\ move $ra, $0
|
||||||
\\ move $a0, $sp
|
\\ move $a0, $sp
|
||||||
\\ and $sp, -16
|
\\ and $sp, -8
|
||||||
\\ j %[posixCallMainAndExit]
|
\\ j %[posixCallMainAndExit]
|
||||||
,
|
,
|
||||||
.mips64, .mips64el =>
|
.mips64, .mips64el =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user