patch-2.4.19 linux-2.4.19/arch/i386/math-emu/reg_ld_str.c

Next file: linux-2.4.19/arch/i386/math-emu/reg_mul.c
Previous file: linux-2.4.19/arch/i386/math-emu/reg_divide.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/i386/math-emu/reg_ld_str.c linux-2.4.19/arch/i386/math-emu/reg_ld_str.c
@@ -632,7 +632,7 @@
 /* Put a float into user memory */
 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float *single)
 {
-  long templ;
+  long templ = 0;
   unsigned long increment = 0;     	/* avoid gcc warnings */
   int precision_loss;
   int exp;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)