summaryrefslogtreecommitdiffhomepage
path: root/Kernel/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/ArchKit')
-rw-r--r--Kernel/ArchKit/ArchKit.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/ArchKit/ArchKit.hpp b/Kernel/ArchKit/ArchKit.hpp
index 622d7219..144c4e35 100644
--- a/Kernel/ArchKit/ArchKit.hpp
+++ b/Kernel/ArchKit/ArchKit.hpp
@@ -86,16 +86,16 @@ typedef Kernel::Void (*rt_syscall_proc)(Kernel::VoidPtr);
struct RTSyscallInfoHdr final
{
Kernel::Int64 fHash;
- Kernel::Bool fHooked;
+ Kernel::Bool fHooked;
rt_syscall_proc fProc;
};
inline Kernel::Array<RTSyscallInfoHdr,
- kKernelMaxSystemCalls>
+ kKernelMaxSystemCalls>
kSyscalls;
inline Kernel::Array<RTSyscallInfoHdr,
- kKernelMaxSystemCalls>
+ kKernelMaxSystemCalls>
kKerncalls;
EXTERN_C Kernel::HAL::StackFramePtr rt_get_current_context();