aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu/poly_tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/math-emu/poly_tan.c')
-rw-r--r--arch/x86/math-emu/poly_tan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/math-emu/poly_tan.c b/arch/x86/math-emu/poly_tan.c
index c0d181e39229..1875763e0c02 100644
--- a/arch/x86/math-emu/poly_tan.c
+++ b/arch/x86/math-emu/poly_tan.c
@@ -47,7 +47,7 @@ static const unsigned long long twothirds = 0xaaaaaaaaaaaaaaabLL;
47/*--- poly_tan() ------------------------------------------------------------+ 47/*--- poly_tan() ------------------------------------------------------------+
48 | | 48 | |
49 +---------------------------------------------------------------------------*/ 49 +---------------------------------------------------------------------------*/
50void poly_tan(FPU_REG * st0_ptr) 50void poly_tan(FPU_REG *st0_ptr)
51{ 51{
52 long int exponent; 52 long int exponent;
53 int invert; 53 int invert;