[SOFT386]

Fix previous fix.


svn path=/branches/ntvdm/; revision=60695
This commit is contained in:
Aleksandar Andrejevic 2013-10-18 22:01:35 +00:00
parent fb5036618e
commit 3041ad0330

View file

@ -1304,7 +1304,7 @@ SOFT386_OPCODE_HANDLER(Soft386OpcodeGroupF7)
}
else
{
LONG Result = (LONG)Value * (LONG)((SHORT)State->GeneralRegs[SOFT386_REG_EAX].LowWord);
LONG Result = (LONG)((SHORT)Value) * (LONG)((SHORT)State->GeneralRegs[SOFT386_REG_EAX].LowWord);
/* Update the flags */
State->Flags.Cf = State->Flags.Of =