1
0
Fork 0

LEAVECORE is called only if breakpoint is detected (heavy debug), added SaveIP.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1106
This commit is contained in:
Ulf Wohlers 2003-07-09 16:11:30 +00:00
parent c840ac87c8
commit c441125606

View file

@ -91,6 +91,7 @@ Bitu Full_DeCode(void) {
#if C_DEBUG
cycle_count++;
#if C_HEAVY_DEBUG
SaveIP();
if (DEBUG_HeavyIsBreakpoint()) {
LEAVECORE;
return 1;