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:
parent
cbab462c97
commit
df166ff0a4
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue