Update util_asm.asm

This commit is contained in:
DavidXanatos 2022-01-05 14:06:01 +01:00
parent bf90bb539e
commit 6aea2af125
1 changed files with 89 additions and 89 deletions

View File

@ -276,9 +276,9 @@ Sbie_InvokeSyscall_asm PROC FRAME
; prolog
push rsi
.allocstack 8
.pushreg rsi
push rdi
.allocstack 8
.pushreg rdi
sub rsp, 98h ; 8 * 19 - prepare enough stack for up to 19 arguments
.allocstack 98h
.endprolog