patch-2.4.22 linux-2.4.22/arch/i386/math-emu/fpu_trig.c

Next file: linux-2.4.22/arch/i386/math-emu/poly.h
Previous file: linux-2.4.22/arch/i386/kernel/vm86.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/i386/math-emu/fpu_trig.c linux-2.4.22/arch/i386/math-emu/fpu_trig.c
@@ -1058,7 +1058,7 @@
 	return;
       goto fprem_valid;
     }
-  else if ( (st0_tag == TAG_Empty) | (st1_tag == TAG_Empty) )
+  else if ( (st0_tag == TAG_Empty) || (st1_tag == TAG_Empty) )
     {
       FPU_stack_underflow();
       return;

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