Commit ebefee6088

Alex Rønne Petersen <alex@alexrp.com>
2024-07-25 00:55:36
start: Fix mips stack alignment value (should be 8, not 16).
1 parent 5478b0e
Changed files (1)
lib
lib/std/start.zig
@@ -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 =>