lib/ppc: Fix a refacto.

llvm-svn: 144809
This commit is contained in:
Daniel Dunbar 2011-11-16 18:56:53 +00:00
parent 5faba0cc06
commit 960d55e9ff
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
(x).s.lo = 0.0; \
}
#define zeroNaN() { \
#define zeroNaN(x) { \
if (crt_isnan((x).s.hi)) { \
(x).s.hi = crt_copysign(0.0, (x).s.hi); \
(x).s.lo = 0.0; \