Pull bugzilla-5452 into release branch
[pandora-kernel.git] / arch / mips / math-emu / sp_flong.c
index 3d6c1d1..26d6919 100644 (file)
@@ -29,7 +29,9 @@
 
 ieee754sp ieee754sp_flong(s64 x)
 {
-       COMPXDP;                /* <--- need 64-bit mantissa temp */
+       u64 xm;         /* <--- need 64-bit mantissa temp */
+       int xe;
+       int xs;
 
        CLEARCX;