Przeglądaj źródła

System: Correct PrepareReschedule.

Fernando Sahmkow 6 lat temu
rodzic
commit
de4b01f75d
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {