mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Updated types
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#include "../kernel.h"
|
||||
|
||||
extern "C" uint64_t SystemCallsHandler(SyscallsFrame *Frame)
|
||||
extern "C" uintptr_t SystemCallsHandler(SyscallsFrame *Frame)
|
||||
{
|
||||
#if defined(__amd64__)
|
||||
switch (TaskManager->GetCurrentThread()->Info.Compatibility)
|
||||
|
Reference in New Issue
Block a user