[MIPS] Fix compiler warnings (field width, unused variable)
[deliverable/linux.git] / arch / mips / math-emu / dp_flong.c
index eae90a866aa19e1bb60477f5ef98f828bf68a32c..f08f223e488a3a68a07038124dc045811b20bf98 100644 (file)
@@ -29,7 +29,9 @@
 
 ieee754dp ieee754dp_flong(s64 x)
 {
-       COMPXDP;
+       u64 xm;
+       int xe;
+       int xs;
 
        CLEARCX;
 
This page took 0.027074 seconds and 5 git commands to generate.