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
- Lines: 9
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/i386/math-emu/fpu_trig.c
- Orig date:
2001-06-12 11:06:54.000000000 -0700
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)