fixed heavy debug compilation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1783
This commit is contained in:
parent
5db36f043f
commit
64b34126ce
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ Bits CPU_Core_Full_Run(void) {
|
|||
cycle_count++;
|
||||
#if C_HEAVY_DEBUG
|
||||
if (DEBUG_HeavyIsBreakpoint()) {
|
||||
LEAVECORE;
|
||||
FillFlags();
|
||||
return debugCallback;
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue