Forgot to push %rbp in x64/syscall.s

This commit is contained in:
Jonas 'Sortie' Termansen 2011-11-29 11:44:29 +01:00
parent 0b1c2a77c9
commit f0ec4ffacc
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ syscall_handler:
pushq %rdx
pushq %rbx
pushq %rsp
pushq %rbp
pushq %rsi
pushq %rdi
@ -115,6 +116,7 @@ return_to_userspace:
popq %rdi
popq %rsi
popq %rbp
popq %rsp
popq %rbx
popq %rdx