1
0
Fork 0

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:
Peter Veenstra 2002-11-17 13:11:28 +00:00
parent 6ef306730f
commit 53bd61bf03

View file

@ -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;
};