Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204480
b: refs/heads/master
c: 6337f5e
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent c4e60a0 commit 330d518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 055899a0e249ad9c1c709376c37ee7103abb22c4
refs/heads/master: 6337f5e5aab7faf6029d9ac4eba7496295bdf93c
3 changes: 1 addition & 2 deletions trunk/arch/mips/math-emu/dp_tint.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ int ieee754dp_tint(ieee754dp x)
round = 0;
sticky = residue != 0;
xm = 0;
}
else {
} else {
residue = xm << (64 - DP_MBITS + xe);
round = (residue >> 63) != 0;
sticky = (residue << 1) != 0;
Expand Down

0 comments on commit 330d518

Please sign in to comment.