Fix stack alignment
This commit is contained in:
@ -4,4 +4,9 @@
|
||||
|
||||
.global _start
|
||||
_start:
|
||||
xor %rbp, %rbp
|
||||
mov %rsp, %rbp
|
||||
and $-0x10, %rsp
|
||||
sub $0x8, %rsp
|
||||
|
||||
call _premain
|
||||
|
||||
Reference in New Issue
Block a user