ソースを参照

math/x32: correct lrintl.s for 32-bit long

Alexander Monakov 5 年 前
コミット
ff5b8ad386
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/math/x32/lrintl.s

+ 2 - 2
src/math/x32/lrintl.s

@@ -2,6 +2,6 @@
 .type lrintl,@function
 lrintl:
 	fldt 8(%esp)
-	fistpll 8(%esp)
-	mov 8(%esp),%rax
+	fistpl 8(%esp)
+	movl 8(%esp),%eax
 	ret