mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-26 17:26:05 +01:00
Scheduler: Correct Reload/Unload
This commit is contained in:
parent
5974e3ea33
commit
9bde28d7b1
2 changed files with 5 additions and 3 deletions
|
|
@ -149,6 +149,7 @@ struct KernelCore::Impl {
|
|||
|
||||
for (std::size_t i = 0; i < cores.size(); i++) {
|
||||
cores[i].Shutdown();
|
||||
schedulers[i].reset();
|
||||
}
|
||||
cores.clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue