From 83cf6299a17d60ece650baa05069f657f783c911 Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 16 Dec 2024 06:02:01 +0100 Subject: IMPL: rtl_main_kind type from CodeMgr. Signed-off-by: Amlal --- dev/ZKAKit/src/CodeMgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKAKit/src/CodeMgr.cc') diff --git a/dev/ZKAKit/src/CodeMgr.cc b/dev/ZKAKit/src/CodeMgr.cc index 43f7fe18..0450f56a 100644 --- a/dev/ZKAKit/src/CodeMgr.cc +++ b/dev/ZKAKit/src/CodeMgr.cc @@ -14,7 +14,7 @@ namespace Kernel /// @note This sets up a new stack, anything on the main function that calls the Kernel will not be accessible. /// @param main the start of the process. /// @return if the process was started or not. - ProcessID rtl_create_process(MainKind main, const Char* process_name) noexcept + ProcessID rtl_create_process(rtl_main_kind main, const Char* process_name) noexcept { if (*process_name == 0) return kProcessInvalidID; -- cgit v1.2.3