1
0
Fork 0

No E_Exit on unhandled call anymore

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@347
This commit is contained in:
Sjoerd van der Berg 2002-10-19 15:46:42 +00:00
parent baf21dd0ff
commit a63687d7bf

View file

@ -329,7 +329,7 @@ static Bitu INT16_Handler(void) {
LOG_DEBUG("INT16:55:Word TSR compatible call");
break;
default:
E_Exit("INT16:Unhandled call %02X",reg_ah);
LOG_ERROR("INT16:Unhandled call %02X",reg_ah);
break;
};