Author: aandrejevic Date: Fri Oct 18 22:01:35 2013 New Revision: 60695
URL: http://svn.reactos.org/svn/reactos?rev=60695&view=rev Log: [SOFT386] Fix previous fix.
Modified: branches/ntvdm/lib/soft386/opgroups.c
Modified: branches/ntvdm/lib/soft386/opgroups.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/soft386/opgroups.c?rev... ============================================================================== --- branches/ntvdm/lib/soft386/opgroups.c [iso-8859-1] (original) +++ branches/ntvdm/lib/soft386/opgroups.c [iso-8859-1] Fri Oct 18 22:01:35 2013 @@ -1304,7 +1304,7 @@ } 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 =