mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
This commit is contained in:
parent
0d57b899dd
commit
17b53b4a54
7 changed files with 31 additions and 0 deletions
|
@ -58,6 +58,7 @@ void CpuCoreManager::Shutdown() {
|
|||
|
||||
thread_to_cpu.clear();
|
||||
for (auto& cpu_core : cores) {
|
||||
cpu_core->Shutdown();
|
||||
cpu_core.reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue