Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201139
b: refs/heads/master
c: f8324e2
h: refs/heads/master
i:
  201137: c69272e
  201135: e42f1c8
v: v3
  • Loading branch information
Mikael Pettersson authored and David S. Miller committed Jul 21, 2010
1 parent b489df8 commit 20114e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1fa6ac379c6353faa628703b7ed1ee3e2023ef75
refs/heads/master: f8324e20f8289dffc646d64366332e05eaacab25
2 changes: 1 addition & 1 deletion trunk/include/math-emu/op-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ do { \
X##_e -= (_FP_W_TYPE_SIZE - rsize); \
X##_e = rsize - X##_e - 1; \
\
if (_FP_FRACBITS_##fs < rsize && _FP_WFRACBITS_##fs < X##_e) \
if (_FP_FRACBITS_##fs < rsize && _FP_WFRACBITS_##fs <= X##_e) \
__FP_FRAC_SRS_1(ur_, (X##_e - _FP_WFRACBITS_##fs + 1), rsize);\
_FP_FRAC_DISASSEMBLE_##wc(X, ur_, rsize); \
if ((_FP_WFRACBITS_##fs - X##_e - 1) > 0) \
Expand Down

0 comments on commit 20114e5

Please sign in to comment.