mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-10 00:46:28 +00:00
kernel: match calls to Register and Unregister
This commit is contained in:
@@ -25,6 +25,9 @@ ServiceContext::ServiceContext(Core::System& system_, std::string name_)
|
||||
Kernel::KProcess::ProcessType::KernelInternal,
|
||||
kernel.GetSystemResourceLimit())
|
||||
.IsSuccess());
|
||||
|
||||
// Register the process.
|
||||
Kernel::KProcess::Register(kernel, process);
|
||||
process_created = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user