Moved a LEAVECORE out of a C_DEBUG define (int 3)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1288
This commit is contained in:
parent
48f857d351
commit
5235b729e6
1 changed files with 1 additions and 1 deletions
|
@ -754,8 +754,8 @@
|
|||
break;
|
||||
}
|
||||
CASE_B(0xcc) /* INT3 */
|
||||
#if C_DEBUG
|
||||
LEAVECORE;
|
||||
#if C_DEBUG
|
||||
if (DEBUG_Breakpoint()) {
|
||||
return debugCallback;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue