浏览代码

System: Correct PrepareReschedule.

Fernando Sahmkow 6 年之前
父节点
当前提交
de4b01f75d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {