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

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

diff -urN linux-2.4.18/arch/i386/math-emu/reg_add_sub.c linux-2.4.19/arch/i386/math-emu/reg_add_sub.c
@@ -140,7 +140,7 @@
   FPU_REG const *a, *b;
   FPU_REG *dest;
   u_char taga, tagb, signa, signb, saved_sign, sign;
-  int diff, tag, expa, expb, deststnr;
+  int diff, tag = 0, expa, expb, deststnr;
 
   a = &st(0);
   taga = FPU_gettag0();

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