Sfoglia il codice sorgente

System: Correct PrepareReschedule.

Fernando Sahmkow 6 anni fa
parent
commit
de4b01f75d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/core.cpp

+ 1 - 1
src/core/core.cpp

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