From 664cd341921007cea52c8891f27ce35927dca378 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 7 Jan 2014 22:53:38 +0100 Subject: x32 port (diff against vanilla x86_64) --- src/math/x32/asinl.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/x32/asinl.s') diff --git a/src/math/x32/asinl.s b/src/math/x32/asinl.s index ed212d9a..7fe9f127 100644 --- a/src/math/x32/asinl.s +++ b/src/math/x32/asinl.s @@ -1,7 +1,7 @@ .global asinl .type asinl,@function asinl: - fldt 8(%rsp) + fldt 8(%esp) 1: fld %st(0) fld1 fsub %st(0),%st(1) -- cgit 1.4.1