mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[FAST486]
Fix the broken math in r67838. svn path=/trunk/; revision=67839
This commit is contained in:
@@ -747,9 +747,8 @@ Fast486FpuAdd(PFAST486_STATE State,
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Lose the MSB */
|
||||
TempResult.Mantissa <<= 1;
|
||||
TempResult.Exponent--;
|
||||
/* Reverse the mantissa */
|
||||
TempResult.Mantissa = -(LONGLONG)TempResult.Mantissa;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user