early-access version 1722

This commit is contained in:
pineappleEA
2021-05-29 10:06:27 +02:00
parent fc74582360
commit b9f5baa9ef
3 changed files with 4 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ struct KernelCore::Impl {
KAutoObject::Create(thread.get());
ASSERT(KThread::InitializeDummyThread(thread.get()).IsSuccess());
thread->SetName(fmt::format("DummyThread:{}", GetHostThreadId()));
return std::move(thread);
return thread;
};
thread_local auto thread = make_thread();