1
0
Fork 0

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:
Sjoerd van der Berg 2004-01-31 12:13:43 +00:00
parent dc174a4897
commit 7a33b04eab

View file

@ -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) \