aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_truncl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_truncl.S')
-rw-r--r--sysdeps/i386/fpu/s_truncl.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/s_truncl.S b/sysdeps/i386/fpu/s_truncl.S
index 4bef0f478a..d573855dc3 100644
--- a/sysdeps/i386/fpu/s_truncl.S
+++ b/sysdeps/i386/fpu/s_truncl.S
@@ -22,6 +22,7 @@
ENTRY(__truncl)
fldt 4(%esp)
subl $8, %esp
+ cfi_adjust_cfa_offset (8)
fstcw 4(%esp)
movl $0xc00, %edx
orl 4(%esp), %edx
@@ -30,6 +31,7 @@ ENTRY(__truncl)
frndint
fldcw 4(%esp)
addl $8, %esp
+ cfi_adjust_cfa_offset (-8)
ret
END(__truncl)
weak_alias (__truncl, truncl)