mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +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 Immediate = (USHORT)((SHORT)ImmByte); // Sign extend
|
||||||
USHORT Value, Dummy;
|
USHORT Value, Dummy;
|
||||||
|
|
||||||
/* Fetch the immediate operand */
|
|
||||||
if (!Soft386FetchWord(State, &Immediate))
|
|
||||||
{
|
|
||||||
/* Exception occurred */
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Read the operands */
|
/* Read the operands */
|
||||||
if (!Soft386ReadModrmWordOperands(State, &ModRegRm, &Dummy, &Value))
|
if (!Soft386ReadModrmWordOperands(State, &ModRegRm, &Dummy, &Value))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue