From 6296e3fff4cb9e92061e3d520dacac8c9abd6df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Thu, 18 Jan 2007 14:29:48 +0000 Subject: [PATCH] remove some debugging aid in non-debug mode Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2768 --- src/cpu/cpu.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 53b01ec9..b8fa7255 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: cpu.cpp,v 1.94 2007-01-13 08:35:49 qbix79 Exp $ */ +/* $Id: cpu.cpp,v 1.95 2007-01-18 14:29:48 c2woody Exp $ */ #include #include "dosbox.h" @@ -450,8 +450,9 @@ void CPU_Interrupt(Bitu num,Bitu type,Bitu oldeip) { #if C_HEAVY_DEBUG LOG(LOG_CPU,LOG_ERROR)("Call to interrupt 0xCD this is BAD"); DEBUG_HeavyWriteLogInstruction(); -#endif E_Exit("Call to interrupt 0xCD this is BAD"); +#endif + break; case 0x03: if (DEBUG_Breakpoint()) { CPU_Cycles=0;