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: