Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74863
b: refs/heads/master
c: c896862
h: refs/heads/master
i:
  74861: 3950fa9
  74859: ab6c4a5
  74855: 3960c8e
  74847: 5551ffc
v: v3
  • Loading branch information
Liu Yu authored and Kumar Gala committed Dec 14, 2007
1 parent c0c91a4 commit 52eadd8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e8b5f43f7b572a898c7b17e9949b26e7362e7f31
refs/heads/master: c89686210542f6946e48a907772a356b9fce03f0
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/math-emu/op-2.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
else \
{ \
X##_f0 = (X##_f1 >> ((N) - _FP_W_TYPE_SIZE) | \
(((X##_f1 << (sz - (N))) | X##_f0) != 0)); \
(((X##_f1 << (2 * _FP_W_TYPE_SIZE - (N))) | \
X##_f0) != 0)); \
X##_f1 = 0; \
} \
} while (0)
Expand Down

0 comments on commit 52eadd8

Please sign in to comment.