Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/i386/f_tanf.S')
-rw-r--r--newlib/libm/machine/i386/f_tanf.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/machine/i386/f_tanf.S b/newlib/libm/machine/i386/f_tanf.S
index 6afda9e73..cb6845437 100644
--- a/newlib/libm/machine/i386/f_tanf.S
+++ b/newlib/libm/machine/i386/f_tanf.S
@@ -29,6 +29,7 @@ SYM (_f_tanf):
movl esp,ebp
flds 8(ebp)
fptan
+ ffree %st(0)
fincstp
leave