fix iconv conversion to legacy 8bit codepages
[musl] / src / math / i386 / llrint.s
index e961b35..8e89cd9 100644 (file)
@@ -2,7 +2,7 @@
 .type llrint,@function
 llrint:
        fldl 4(%esp)
-       fistpl 4(%esp)
+       fistpll 4(%esp)
        mov 4(%esp),%eax
        mov 8(%esp),%edx
        ret