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
- Lines: 9
- Date:
Fri Aug 2 17:39:42 2002
- Orig file:
linux-2.4.18/arch/i386/math-emu/reg_ld_str.c
- Orig date:
Fri Apr 6 10:42:47 2001
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)