[zion] Cleanup syscall entrance.

This commit is contained in:
Drew Galbraith 2023-06-20 15:40:21 -07:00
parent d60b2bdc61
commit 93cf8f2740
2 changed files with 3 additions and 14 deletions

View file

@ -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