Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/core_full.cpp')
-rw-r--r--src/cpu/core_full.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/core_full.cpp b/src/cpu/core_full.cpp
index 50f8b7ef6..0a5d4dd6d 100644
--- a/src/cpu/core_full.cpp
+++ b/src/cpu/core_full.cpp
@@ -62,7 +62,7 @@ typedef PhysPt EAPoint;
}
Bits CPU_Core_Full_Run(void) {
- ZoneScoped
+ ZoneScoped;
FullData inst{};
while (CPU_Cycles-->0) {
#if C_DEBUG