Use the slower version of adding eip in some define
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1631
This commit is contained in:
parent
dc174a4897
commit
7a33b04eab
1 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ static INLINE void ADDIPd(Bits add) {
|
|||
}
|
||||
|
||||
static INLINE void ADDIPFAST(Bits blah) {
|
||||
core.ip_lookup+=blah;
|
||||
// SAVEIP;
|
||||
// reg_eip=(reg_eip+blah);
|
||||
// LOADIP;
|
||||
// core.ip_lookup+=blah;
|
||||
SAVEIP;
|
||||
reg_eip=(reg_eip+blah);
|
||||
LOADIP;
|
||||
}
|
||||
|
||||
#define EXCEPTION(blah) \
|
||||
|
|
Loading…
Add table
Reference in a new issue