mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[SOFT386]
Fetching the immediate operand once is sufficient. svn path=/branches/ntvdm/; revision=60462
This commit is contained in:
parent
747864f105
commit
ed24b5ee8e
1 changed files with 0 additions and 7 deletions
|
@ -464,13 +464,6 @@ SOFT386_OPCODE_HANDLER(Soft386OpcodeGroup83)
|
|||
USHORT Immediate = (USHORT)((SHORT)ImmByte); // Sign extend
|
||||
USHORT Value, Dummy;
|
||||
|
||||
/* Fetch the immediate operand */
|
||||
if (!Soft386FetchWord(State, &Immediate))
|
||||
{
|
||||
/* Exception occurred */
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Read the operands */
|
||||
if (!Soft386ReadModrmWordOperands(State, &ModRegRm, &Dummy, &Value))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue