Commit afb817fd by Richard Stallman

(emdnorm): Fix typo affecting roundoff behavior in XFmode.

From-SVN: r4533
parent f5bbc09d
...@@ -2130,8 +2130,8 @@ emdnorm (s, lost, subflg, exp, rcntrl) ...@@ -2130,8 +2130,8 @@ emdnorm (s, lost, subflg, exp, rcntrl)
s[6] = 0; s[6] = 0;
} }
*/ */
s[rw] &= ~rmsk;
} }
s[rw] &= ~rmsk;
if ((r & rmbit) != 0) if ((r & rmbit) != 0)
{ {
if (r == rmbit) if (r == rmbit)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment