summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-09-26 01:49:48 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-09-26 01:49:48 +0000
commitee9003796a974dee5ff4cc3f70117179550145ff (patch)
tree30285e771530a7d3dcbbd97e4ad0ba65aefe6012 /lib/libc
parentbffc912d5d6d7d6807223a95dec4f29b4d239f51 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/amd64/gen/fabs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/fabs.S b/lib/libc/amd64/gen/fabs.S
index 695c20c1aca9..f344001c8116 100644
--- a/lib/libc/amd64/gen/fabs.S
+++ b/lib/libc/amd64/gen/fabs.S
@@ -13,6 +13,6 @@ ENTRY(fabs)
movsd %xmm0, -8(%rsp)
fldl -8(%rsp)
fabs
- fstp -8(%rsp)
+ fstpl -8(%rsp)
movsd -8(%rsp),%xmm0
ret