aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/parisc/math-emu/fcnvff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/math-emu/fcnvff.c b/arch/parisc/math-emu/fcnvff.c
index 76c063f7d17c..f9357d9d4cb1 100644
--- a/arch/parisc/math-emu/fcnvff.c
+++ b/arch/parisc/math-emu/fcnvff.c
@@ -148,7 +148,7 @@ dbl_to_sgl_fcnvff(
148 register int src_exponent, dest_exponent, dest_mantissa; 148 register int src_exponent, dest_exponent, dest_mantissa;
149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; 149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
150 register boolean lsb_odd = FALSE; 150 register boolean lsb_odd = FALSE;
151 boolean is_tiny; 151 boolean is_tiny = FALSE;
152 152
153 Dbl_copyfromptr(srcptr,srcp1,srcp2); 153 Dbl_copyfromptr(srcptr,srcp1,srcp2);
154 src_exponent = Dbl_exponent(srcp1); 154 src_exponent = Dbl_exponent(srcp1);