mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
This commit is contained in:
committed by
FernandoS27
parent
b3c1deba49
commit
25f8606a6d
@@ -117,4 +117,8 @@ void Cpu::Reschedule() {
|
||||
scheduler->TryDoContextSwitch();
|
||||
}
|
||||
|
||||
void Cpu::Shutdown() {
|
||||
scheduler->Shutdown();
|
||||
}
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user