StringSI to use new prefix handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@235
This commit is contained in:
parent
276b5ccb49
commit
db6eb155e1
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@ static INLINE Bit32u Pop_32() {
|
|||
|
||||
#define stringSI \
|
||||
EAPoint from; \
|
||||
if (segprefix_on) { \
|
||||
if (prefixes & PREFIX_SEG) { \
|
||||
from=(segprefix_base+reg_si); \
|
||||
SegPrefixReset; \
|
||||
PrefixReset; \
|
||||
} else { \
|
||||
from=SegBase(ds)+reg_si; \
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue