Skip to content
Snippets Groups Projects
Commit 31bffc72 authored by Liam's avatar Liam
Browse files

kernel: fix extraneous ref

parent 5f8f09d7
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,6 @@ struct KernelCore::Impl {
void MakeApplicationProcess(KProcess* process) {
application_process = process;
application_process.load()->Open();
}
static inline thread_local u8 host_thread_id = UINT8_MAX;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment