mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-22 20:13:08 +00:00
kernel: fix some uses of disable_count
This commit is contained in:
@@ -254,7 +254,6 @@ struct KernelCore::Impl {
|
||||
core_id)
|
||||
.IsSuccess());
|
||||
shutdown_threads[core_id]->SetName(fmt::format("SuspendThread:{}", core_id));
|
||||
shutdown_threads[core_id]->DisableDispatch();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user