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:
parent
551fb535f1
commit
f6cd3dd51e
1 changed files with 1 additions and 0 deletions
|
@ -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(); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue