System: Correct PrepareReschedule.

This commit is contained in:
Fernando Sahmkow 2020-01-26 14:32:50 -04:00
parent 3230cfebb7
commit e9b557b38e

View file

@ -415,7 +415,7 @@ bool System::IsPoweredOn() const {
}
void System::PrepareReschedule() {
CurrentCoreManager().PrepareReschedule();
impl->CurrentPhysicalCore().Stop();
}
void System::PrepareReschedule(const u32 core_index) {