Skip to content
Snippets Groups Projects
Commit de4b01f7 authored by Fernando Sahmkow's avatar Fernando Sahmkow
Browse files

System: Correct PrepareReschedule.

parent a1630ab5
No related branches found
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ bool System::IsPoweredOn() const {
}
void System::PrepareReschedule() {
CurrentCoreManager().PrepareReschedule();
impl->CurrentPhysicalCore().Stop();
}
void System::PrepareReschedule(const u32 core_index) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment