From: Richard Stallman Date: Fri, 21 May 1993 20:10:50 +0000 (+0000) Subject: (emdnorm): Fix typo affecting roundoff behavior in XFmode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afb817fddaff11a0f520bbb69c5f09e1ee0aac03;p=gcc.git (emdnorm): Fix typo affecting roundoff behavior in XFmode. From-SVN: r4533 --- diff --git a/gcc/real.c b/gcc/real.c index 40b3cc22f6e..b0f0f19e2b4 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -2130,8 +2130,8 @@ emdnorm (s, lost, subflg, exp, rcntrl) s[6] = 0; } */ - s[rw] &= ~rmsk; } + s[rw] &= ~rmsk; if ((r & rmbit) != 0) { if (r == rmbit)