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:
parent
c840ac87c8
commit
c441125606
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ Bitu Full_DeCode(void) {
|
|||
#if C_DEBUG
|
||||
cycle_count++;
|
||||
#if C_HEAVY_DEBUG
|
||||
SaveIP();
|
||||
if (DEBUG_HeavyIsBreakpoint()) {
|
||||
LEAVECORE;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue