mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Kernel now compiles on x32
This commit is contained in:
@ -26,7 +26,7 @@ extern "C" uint64_t SystemCallsHandler(SyscallsFrame *Frame)
|
||||
}
|
||||
}
|
||||
#elif defined(__i386__)
|
||||
fixme("System call %lld", regs->eax);
|
||||
fixme("System call %lld", Frame->eax);
|
||||
#elif defined(__aarch64__)
|
||||
fixme("System call");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user