FIX: Stack alignment in tests.asm

This commit is contained in:
2025-07-10 01:22:44 +02:00
parent 2b3439c380
commit d919a0be05

View File

@@ -265,8 +265,8 @@ _start:
mov rcx, -50
mov r8, 0xFFFFFFFFFFFFFFFF
mov r9, 0xFFFFFFFFFFFFFFFF
push 0xFFFFFFFFFFFFFFFF
sub rsp, SIZE_QWORD
push 0xFFFFFFFFFFFFFFFF
call printf
add rsp, SIZE_QWORD