1
0
Fork 0

remove some debugging aid in non-debug mode

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2768
This commit is contained in:
Sebastian Strohhäcker 2007-01-18 14:29:48 +00:00
parent 20222d628d
commit 6296e3fff4

View file

@ -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 <assert.h>
#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;