diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index bfe952515..c2295f69c 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -415,7 +415,7 @@ bool System::IsPoweredOn() const { | |||
| 415 | } | 415 | } |
| 416 | 416 | ||
| 417 | void System::PrepareReschedule() { | 417 | void System::PrepareReschedule() { |
| 418 | CurrentCoreManager().PrepareReschedule(); | 418 | impl->CurrentPhysicalCore().Stop(); |
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | void System::PrepareReschedule(const u32 core_index) { | 421 | void System::PrepareReschedule(const u32 core_index) { |