new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@987
This commit is contained in:
parent
a336b5d7cc
commit
c9b747adc4
15 changed files with 45 additions and 33 deletions
|
@ -67,7 +67,7 @@ void CALLBACK_Idle(void) {
|
|||
}
|
||||
|
||||
static Bitu default_handler(void) {
|
||||
LOG(LOG_ERROR|LOG_CPU,"Illegal Unhandled Interrupt Called %X",lastint);
|
||||
LOG(LOG_CPU,LOG_ERROR)("Illegal Unhandled Interrupt Called %X",lastint);
|
||||
return CBRET_NONE;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue