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/logl.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/x32/logl.s') diff --git a/src/math/x32/logl.s b/src/math/x32/logl.s index 20dd1f81..eff64506 100644 --- a/src/math/x32/logl.s +++ b/src/math/x32/logl.s @@ -2,6 +2,6 @@ .type logl,@function logl: fldln2 - fldt 8(%rsp) + fldt 8(%esp) fyl2x ret -- cgit v1.2.1