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_normal.cpp')
-rw-r--r--src/cpu/core_normal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/core_normal.cpp b/src/cpu/core_normal.cpp
index 8be88897c..1a3941c75 100644
--- a/src/cpu/core_normal.cpp
+++ b/src/cpu/core_normal.cpp
@@ -138,7 +138,7 @@ static inline uint32_t Fetchd() {
#define EALookupTable (core.ea_table)
Bits CPU_Core_Normal_Run(void) {
- ZoneScoped
+ ZoneScoped;
while (CPU_Cycles-->0) {
LOADIP;
core.opcode_index=cpu.code.big*0x200;