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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index d7e2450ff..40ef58f59 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -54,6 +54,7 @@ System::ResultStatus System::RunLoop(int tight_loop) {
54 CoreTiming::Advance(); 54 CoreTiming::Advance();
55 PrepareReschedule(); 55 PrepareReschedule();
56 } else { 56 } else {
57 CoreTiming::Advance();
57 cpu_core->Run(tight_loop); 58 cpu_core->Run(tight_loop);
58 } 59 }
59 60