From df166ff0a4eae0126f0875a8271c62818b8e03fb Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 6 Aug 2017 14:21:03 +0000 Subject: [PATCH] As we zero out the memory on startup for a long time now. This should not exit anymore. Leaving the warning for now. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4026 --- src/cpu/cpu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 7d28e7eb..832e000c 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -551,8 +551,8 @@ void CPU_Interrupt(Bitu num,Bitu type,Bitu oldeip) { case 0xcd: #if C_HEAVY_DEBUG LOG(LOG_CPU,LOG_ERROR)("Call to interrupt 0xCD this is BAD"); - DEBUG_HeavyWriteLogInstruction(); - E_Exit("Call to interrupt 0xCD this is BAD"); +// DEBUG_HeavyWriteLogInstruction(); +// E_Exit("Call to interrupt 0xCD this is BAD"); #endif break; case 0x03: