diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-09-26 01:49:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-09-26 01:49:48 +0000 |
| commit | ee9003796a974dee5ff4cc3f70117179550145ff (patch) | |
| tree | 30285e771530a7d3dcbbd97e4ad0ba65aefe6012 /lib/libc | |
| parent | bffc912d5d6d7d6807223a95dec4f29b4d239f51 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/amd64/gen/fabs.S | 2 |
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 |
