mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FAST486]
The default segment is SS when the SIB base is EBP. svn path=/trunk/; revision=67674
This commit is contained in:
@@ -1074,7 +1074,8 @@ Fast486ParseModRegRm(PFAST486_STATE State,
|
||||
}
|
||||
}
|
||||
|
||||
if ((SibByte & 0x07) == FAST486_REG_ESP)
|
||||
if (((SibByte & 0x07) == FAST486_REG_ESP)
|
||||
|| ((SibByte & 0x07) == FAST486_REG_EBP && Mode != 0))
|
||||
{
|
||||
/* Check if there is no segment override */
|
||||
if (!(State->PrefixFlags & FAST486_PREFIX_SEG))
|
||||
|
||||
Reference in New Issue
Block a user