Explorar el Código

System: Correct PrepareReschedule.

Fernando Sahmkow hace 6 años
padre
commit
de4b01f75d
Se han modificado 1 ficheros con 1 adiciones y 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() {
 void System::PrepareReschedule() {
-    CurrentCoreManager().PrepareReschedule();
+    impl->CurrentPhysicalCore().Stop();
 }
 }
 
 
 void System::PrepareReschedule(const u32 core_index) {
 void System::PrepareReschedule(const u32 core_index) {