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:
parent
0e82121c6c
commit
8f64b09447
1 changed files with 1 additions and 1 deletions
|
@ -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]= { ®_eax,®_ecx,®_edx,®_ebx,&SIBZero,®_ebp,®_esi,®_edi };
|
||||
|
||||
INLINE PhysPt Sib(Bitu mode) {
|
||||
static INLINE PhysPt Sib(Bitu mode) {
|
||||
Bit8u sib=Fetchb();
|
||||
PhysPt base;
|
||||
switch (sib&7) {
|
||||
|
|
Loading…
Add table
Reference in a new issue