浏览代码

Merge branch 'master' of git://git.etalabs.net/musl

nsz 13 年之前
父节点
当前提交
634c3a6302
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/math/i386/llrint.s
  2. 1 1
      src/math/i386/llrintl.s

+ 1 - 1
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

+ 1 - 1
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