Explorar o código

System: Correct PrepareReschedule.

Fernando Sahmkow %!s(int64=6) %!d(string=hai) anos
pai
achega
de4b01f75d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {