summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index c5448630f..6358e827b 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -52,7 +52,7 @@ System::ResultStatus System::RunLoop(int tight_loop) {
52 // If we don't have a currently active thread then don't execute instructions, 52 // If we don't have a currently active thread then don't execute instructions,
53 // instead advance to the next event and try to yield to the next thread 53 // instead advance to the next event and try to yield to the next thread
54 if (Kernel::GetCurrentThread() == nullptr) { 54 if (Kernel::GetCurrentThread() == nullptr) {
55 LOG_TRACE(Core_ARM11, "Idling"); 55 LOG_TRACE(Core_ARM, "Idling");
56 CoreTiming::Idle(); 56 CoreTiming::Idle();
57 CoreTiming::Advance(); 57 CoreTiming::Advance();
58 PrepareReschedule(); 58 PrepareReschedule();