1
0
Fork 0

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:
Ulf Wohlers 2003-10-02 11:07:11 +00:00
parent 48f857d351
commit 5235b729e6

View file

@ -754,8 +754,8 @@
break;
}
CASE_B(0xcc) /* INT3 */
#if C_DEBUG
LEAVECORE;
#if C_DEBUG
if (DEBUG_Breakpoint()) {
return debugCallback;
}