Updated types

This commit is contained in:
Alex
2022-12-21 00:43:51 +02:00
parent 684b76a1ca
commit a677f3c159
62 changed files with 471 additions and 448 deletions

View File

@ -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)