1
0
Fork 0

fixed heavy debug compilation

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1783
This commit is contained in:
Peter Veenstra 2004-04-25 15:47:03 +00:00
parent 5db36f043f
commit 64b34126ce

View file

@ -68,7 +68,7 @@ Bits CPU_Core_Full_Run(void) {
cycle_count++;
#if C_HEAVY_DEBUG
if (DEBUG_HeavyIsBreakpoint()) {
LEAVECORE;
FillFlags();
return debugCallback;
};
#endif