mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update files
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
extern "C" uint64_t SystemCallsHandler(SyscallsRegs *regs)
|
extern "C" uint64_t SystemCallsHandler(SyscallsRegs *regs)
|
||||||
{
|
{
|
||||||
#if defined(__amd64__)
|
#if defined(__amd64__)
|
||||||
fixme("System call %lld", regs->rax);
|
fixme("System call %ld", regs->rax);
|
||||||
#elif defined(__i386__)
|
#elif defined(__i386__)
|
||||||
fixme("System call %lld", regs->eax);
|
fixme("System call %lld", regs->eax);
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
|
Reference in New Issue
Block a user