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/fmodl.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/math/x32/fmodl.s') diff --git a/src/math/x32/fmodl.s b/src/math/x32/fmodl.s index ca81e60c..9e4378ab 100644 --- a/src/math/x32/fmodl.s +++ b/src/math/x32/fmodl.s @@ -1,8 +1,8 @@ .global fmodl .type fmodl,@function fmodl: - fldt 24(%rsp) - fldt 8(%rsp) + fldt 24(%esp) + fldt 8(%esp) 1: fprem fstsw %ax sahf -- cgit v1.2.1