patch-2.4.22 linux-2.4.22/arch/mips/math-emu/sp_cmp.c

Next file: linux-2.4.22/arch/mips/math-emu/sp_fint.c
Previous file: linux-2.4.22/arch/mips/math-emu/kernel_linkage.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/math-emu/sp_cmp.c linux-2.4.22/arch/mips/math-emu/sp_cmp.c
@@ -44,7 +44,7 @@
 		if (cmp & IEEE754_CUN)
 			return 1;
 		if (cmp & (IEEE754_CLT | IEEE754_CGT)) {
-			if (sig && SETCX(IEEE754_INVALID_OPERATION))
+			if (sig && SETANDTESTCX(IEEE754_INVALID_OPERATION))
 				return ieee754si_xcpt(0, "fcmpf", x);
 		}
 		return 0;

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