[zion] Cleanup syscall entrance.
This commit is contained in:
parent
d60b2bdc61
commit
93cf8f2740
2 changed files with 3 additions and 14 deletions
|
|
@ -30,8 +30,6 @@ syscall_enter:
|
|||
# Restore caller registers using the userspace rsp in rbx
|
||||
mov 0x40(%rbx), %rdi
|
||||
mov 0x48(%rbx), %rsi
|
||||
mov 0x50(%rbx), %rdx
|
||||
mov 0x58(%rbx), %rcx
|
||||
# Don't push the rbp and rsp as the callee will do so.
|
||||
call SyscallHandler
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue