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

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

diff -urN linux-2.4.21/arch/mips/math-emu/sp_fint.c linux-2.4.22/arch/mips/math-emu/sp_fint.c
@@ -33,6 +33,8 @@
 
 	CLEARCX;
 
+	xc = ( 0 ? xc : xc );
+
 	if (x == 0)
 		return ieee754sp_zero(0);
 	if (x == 1 || x == -1)

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