[SOFT386]

Fetching the immediate operand once is sufficient.


svn path=/branches/ntvdm/; revision=60462
This commit is contained in:
Aleksandar Andrejevic 2013-09-29 23:45:06 +00:00
parent 747864f105
commit ed24b5ee8e

View file

@ -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))
{