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