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

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

diff -urN linux-2.4.18/arch/i386/math-emu/reg_compare.c linux-2.4.19/arch/i386/math-emu/reg_compare.c
@@ -174,7 +174,7 @@
 /* This function requires that st(0) is not empty */
 int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag)
 {
-  int f, c;
+  int f = 0, c;
 
   c = compare(loaded_data, loaded_tag);
 
@@ -216,7 +216,7 @@
 
 static int compare_st_st(int nr)
 {
-  int f, c;
+  int f = 0, c;
   FPU_REG *st_ptr;
 
   if ( !NOT_EMPTY(0) || !NOT_EMPTY(nr) )
@@ -268,7 +268,7 @@
 
 static int compare_u_st_st(int nr)
 {
-  int f, c;
+  int f = 0, c;
   FPU_REG *st_ptr;
 
   if ( !NOT_EMPTY(0) || !NOT_EMPTY(nr) )

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