diff options
Diffstat (limited to 'src/math/x32/fmodl.s')
-rw-r--r-- | src/math/x32/fmodl.s | 4 |
1 files changed, 2 insertions, 2 deletions
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 |