Explorar el Código

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

Alexander Monakov hace 5 años
padre
commit
ff5b8ad386
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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