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

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

diff -urN linux-2.4.21/arch/mips/math-emu/ieee754sp.c linux-2.4.22/arch/mips/math-emu/ieee754sp.c
@@ -70,7 +70,7 @@
 	if (!ieee754sp_issnan(r))	/* QNAN does not cause invalid op !! */
 		return r;
 
-	if (!SETCX(IEEE754_INVALID_OPERATION)) {
+	if (!SETANDTESTCX(IEEE754_INVALID_OPERATION)) {
 		/* not enabled convert to a quiet NaN */
 		SPMANT(r) &= (~SP_MBIT(SP_MBITS-1));
 		if (ieee754sp_isnan(r))

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