diff --git a/src/console.asm b/src/console.asm index c38cd8d..737acd3 100644 --- a/src/console.asm +++ b/src/console.asm @@ -84,7 +84,6 @@ puts: printf: push rbp mov rbp, rsp - sub rsp, SIZE_QWORD cmp byte [rdi], EOS je .emptyStr @@ -287,6 +286,5 @@ printf: xor rax, rax .quit: - add rsp, SIZE_QWORD leave ret