diff options
Diffstat (limited to 'src/math/x32/log10l.s')
-rw-r--r-- | src/math/x32/log10l.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x32/log10l.s b/src/math/x32/log10l.s index 48ea4af7..ef5bea3f 100644 --- a/src/math/x32/log10l.s +++ b/src/math/x32/log10l.s @@ -2,6 +2,6 @@ .type log10l,@function log10l: fldlg2 - fldt 8(%rsp) + fldt 8(%esp) fyl2x ret |