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/log2l.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/x32/log2l.s') diff --git a/src/math/x32/log2l.s b/src/math/x32/log2l.s index ba08b9fb..bf88e8e2 100644 --- a/src/math/x32/log2l.s +++ b/src/math/x32/log2l.s @@ -2,6 +2,6 @@ .type log2l,@function log2l: fld1 - fldt 8(%rsp) + fldt 8(%esp) fyl2x ret -- cgit 1.4.1