changed illegal interrupt reporiting to use hex instead of dec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@528
This commit is contained in:
parent
6ef306730f
commit
53bd61bf03
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void CALLBACK_Idle(void) {
|
|||
}
|
||||
|
||||
static Bitu default_handler(void) {
|
||||
LOG_WARN("Illegal Unhandled Interrupt Called %d",lastint);
|
||||
LOG_WARN("Illegal Unhandled Interrupt Called %X",lastint);
|
||||
return CBRET_NONE;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue