From 64b34126ce5ec9eec67e5d0d164eb4c6200c4fe8 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 25 Apr 2004 15:47:03 +0000 Subject: [PATCH] fixed heavy debug compilation Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1783 --- src/cpu/core_full.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/core_full.cpp b/src/cpu/core_full.cpp index 54cea6fe..59e9fc45 100644 --- a/src/cpu/core_full.cpp +++ b/src/cpu/core_full.cpp @@ -68,7 +68,7 @@ Bits CPU_Core_Full_Run(void) { cycle_count++; #if C_HEAVY_DEBUG if (DEBUG_HeavyIsBreakpoint()) { - LEAVECORE; + FillFlags(); return debugCallback; }; #endif