summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/e_atan2f.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/e_atan2f.S')
-rw-r--r--sysdeps/libm-i387/e_atan2f.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/e_atan2f.S b/sysdeps/libm-i387/e_atan2f.S
index 21fc0d9a57..bb6d902172 100644
--- a/sysdeps/libm-i387/e_atan2f.S
+++ b/sysdeps/libm-i387/e_atan2f.S
@@ -12,3 +12,4 @@ ENTRY(__ieee754_atan2f)
flds 8(%esp)
fpatan
ret
+PSEUDO_END (__ieee754_atan2f)