aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornsz <nsz@port70.net>2012-03-19 23:55:06 +0100
committernsz <nsz@port70.net>2012-03-19 23:55:06 +0100
commit634c3a63027aa4a693b64fae0e2f6e1635558e93 (patch)
tree60e872a6b91e4b939a0f08257d8322d10a8d865d /src
parentcode cleanup of named constants (diff)
parentMerge remote branch 'nsz/master' (diff)
downloadgrovel-634c3a63027aa4a693b64fae0e2f6e1635558e93.tar.gz
grovel-634c3a63027aa4a693b64fae0e2f6e1635558e93.tar.xz
Merge branch 'master' of git://git.etalabs.net/musl
Diffstat (limited to 'src')
-rw-r--r--src/math/i386/llrint.s2
-rw-r--r--src/math/i386/llrintl.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/math/i386/llrint.s b/src/math/i386/llrint.s
index e961b35d..eaa7f1fb 100644
--- a/src/math/i386/llrint.s
+++ b/src/math/i386/llrint.s
@@ -2,7 +2,7 @@
.type llrint,@function
llrint:
fldl 4(%esp)
- fistpl 4(%esp)
+ fistpq 4(%esp)
mov 4(%esp),%eax
mov 8(%esp),%edx
ret
diff --git a/src/math/i386/llrintl.s b/src/math/i386/llrintl.s
index 84e63867..fd9a1cbd 100644
--- a/src/math/i386/llrintl.s
+++ b/src/math/i386/llrintl.s
@@ -2,7 +2,7 @@
.type llrintl,@function
llrintl:
fldt 4(%esp)
- fistpl 4(%esp)
+ fistpq 4(%esp)
mov 4(%esp),%eax
mov 8(%esp),%edx
ret