mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Compiles on x86 but everything is broken
This commit is contained in:
@ -2391,7 +2391,7 @@ static void *LinuxSyscallsTable[] = {
|
||||
[335] = (void *)pkey_mprotect_,
|
||||
};
|
||||
|
||||
uint64_t HandleLinuxSyscalls(SyscallsFrame *Frame)
|
||||
uintptr_t HandleLinuxSyscalls(SyscallsFrame *Frame)
|
||||
{
|
||||
#if defined(__amd64__)
|
||||
if (Frame->rax > sizeof(LinuxSyscallsTable))
|
||||
|
Reference in New Issue
Block a user