Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204484
b: refs/heads/master
c: abb86dc
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent d869d8f commit c722ecc
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: 3e4088affe2bd73dc4235cf0cc735722641085a6
refs/heads/master: abb86dc5430abe4e07f53b9221fc8eb59321dc41
3 changes: 1 addition & 2 deletions trunk/arch/mips/math-emu/sp_tlong.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ s64 ieee754sp_tlong(ieee754sp x)
round = 0;
sticky = residue != 0;
xm = 0;
}
else {
} else {
residue = xm << (32 - SP_MBITS + xe);
round = (residue >> 31) != 0;
sticky = (residue << 1) != 0;
Expand Down

0 comments on commit c722ecc

Please sign in to comment.