mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
linux: Fix debug messages for syscalls
This commit is contained in:
parent
4012a5d9e5
commit
9f34bd0192
@ -4275,7 +4275,7 @@ uintptr_t HandleLinuxSyscalls(SyscallsFrame *Frame)
|
||||
Frame->rdi, Frame->rsi, Frame->rdx,
|
||||
Frame->r10, Frame->r8, Frame->r9);
|
||||
|
||||
debug("< [%d:\"%s\"] = %d", Frame->rax, Syscall.Name, sc_ret);
|
||||
debug("< [%ld:\"%s\"] = %ld", Frame->rax, Syscall.Name, sc_ret);
|
||||
return sc_ret;
|
||||
#elif defined(a32)
|
||||
if (Frame->eax > sizeof(LinuxSyscallsTableI386) / sizeof(SyscallData))
|
||||
|
Loading…
x
Reference in New Issue
Block a user