summaryrefslogtreecommitdiffhomepage
path: root/Private/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/ArchKit')
-rw-r--r--Private/ArchKit/ArchKit.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Private/ArchKit/ArchKit.hpp b/Private/ArchKit/ArchKit.hpp
index 15f5a5e7..a96846f4 100644
--- a/Private/ArchKit/ArchKit.hpp
+++ b/Private/ArchKit/ArchKit.hpp
@@ -55,11 +55,10 @@ constexpr static inline SSizeT syscall_hash(const char *seed, int mul) {
bool ke_init_hal();
} // namespace HCore
-#define kMaxSyscalls (0xFFFF)
-#define kSyscallGate 0x21
+#define kKernelMaxSystemCalls (0xFFF)
extern HCore::Array<void (*)(HCore::Int32 id, HCore::HAL::StackFrame *),
- kMaxSyscalls>
+ kKernelMaxSystemCalls>
kSyscalls;
EXTERN_C HCore::Void rt_wait_for_io();