1
0
Fork 0

Make the EA Sib function static

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1948
This commit is contained in:
Sjoerd van der Berg 2004-09-07 14:22:48 +00:00
parent 0e82121c6c
commit 8f64b09447

View file

@ -49,7 +49,7 @@ static PhysPt EA_16_87_n(void) { return BaseDS+(Bit16u)(reg_bx+Fetchws()); }
static Bit32u SIBZero=0;
static Bit32u * SIBIndex[8]= { &reg_eax,&reg_ecx,&reg_edx,&reg_ebx,&SIBZero,&reg_ebp,&reg_esi,&reg_edi };
INLINE PhysPt Sib(Bitu mode) {
static INLINE PhysPt Sib(Bitu mode) {
Bit8u sib=Fetchb();
PhysPt base;
switch (sib&7) {