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_dynrec.cpp')
-rw-r--r--src/cpu/core_dynrec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/core_dynrec.cpp b/src/cpu/core_dynrec.cpp
index 619a4a972..5841c327b 100644
--- a/src/cpu/core_dynrec.cpp
+++ b/src/cpu/core_dynrec.cpp
@@ -209,7 +209,7 @@ CacheBlock *LinkBlocks(BlockReturn ret)
*/
Bits CPU_Core_Dynrec_Run(void) {
- ZoneScoped
+ ZoneScoped;
for (;;) {
// Determine the linear address of CS:EIP
PhysPt ip_point=SegPhys(cs)+reg_eip;