From 5235b729e6843dc403a3f39d8e37dfa2fad62cf0 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Thu, 2 Oct 2003 11:07:11 +0000 Subject: [PATCH] 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 --- src/cpu/core_normal/prefix_none.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/core_normal/prefix_none.h b/src/cpu/core_normal/prefix_none.h index 0e40cd8c..040e1786 100644 --- a/src/cpu/core_normal/prefix_none.h +++ b/src/cpu/core_normal/prefix_none.h @@ -754,8 +754,8 @@ break; } CASE_B(0xcc) /* INT3 */ -#if C_DEBUG LEAVECORE; +#if C_DEBUG if (DEBUG_Breakpoint()) { return debugCallback; }