1
0
Fork 0

On exception reset eip to start of opcode.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1173
This commit is contained in:
Sjoerd van der Berg 2003-07-28 08:25:02 +00:00
parent 551fb535f1
commit f6cd3dd51e

View file

@ -71,6 +71,7 @@ static INLINE void DecodeModRM(void) {
#define EXCEPTION(blah) \
{ \
Bit8u new_num=blah; \
IPPoint=inst.start_entry; \
LEAVECORE; \
Interrupt(new_num); \
LoadIP(); \