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
- Lines: 9
- Date:
Wed Jul 5 10:56:13 2000
- Orig file:
v2.4.0-test2/linux/arch/i386/math-emu/poly_tan.c
- Orig date:
Sun Nov 7 16:37:34 1999
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)