1
0
Fork 0

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
This commit is contained in:
Peter Veenstra 2017-08-06 14:21:03 +00:00
parent cbab462c97
commit df166ff0a4

View file

@ -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: