patch-2.4.0-test3 linux/arch/i386/math-emu/poly_tan.c

Next file: linux/arch/i386/vmlinux.lds
Previous file: linux/arch/i386/lib/dec_and_lock.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/i386/math-emu/poly_tan.c linux/arch/i386/math-emu/poly_tan.c
@@ -89,7 +89,7 @@
 	{
 	  FPU_settag0(TAG_Valid);
 	  significand(st0_ptr) = 0x8a51e04daabda360LL;
-	  setexponent16(st0_ptr, 0x41 + EXTENDED_Ebias | SIGN_Negative);
+	  setexponent16(st0_ptr, (0x41 + EXTENDED_Ebias) | SIGN_Negative);
 	  return;
 	}
 

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