2026-09-21 02:08:29

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-21 02:08:29 +00:00
parent a95eea365c
commit 73bf451034
+1 -2
View File
@@ -81,8 +81,7 @@ struct KernelCore::Impl {
static inline thread_local ThreadLocalData tls_data = {};
explicit Impl(Core::System& system_, KernelCore& kernel_)
: worker_task_manager{kernel_}
, system{system_}
: system{system_}
{
tls_data.lock = true;
}