Fix stack alignment

This commit is contained in:
2025-11-24 17:04:33 +01:00
parent 2faad79559
commit 3f3795df3c
3 changed files with 7 additions and 3 deletions

View File

@ -4,4 +4,9 @@
.global _start
_start:
xor %rbp, %rbp
mov %rsp, %rbp
and $-0x10, %rsp
sub $0x8, %rsp
call _premain