summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/e_asinl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/e_asinl.S')
-rw-r--r--sysdeps/libm-i387/e_asinl.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/e_asinl.S b/sysdeps/libm-i387/e_asinl.S
index d4e254874e..ab421f3189 100644
--- a/sysdeps/libm-i387/e_asinl.S
+++ b/sysdeps/libm-i387/e_asinl.S
@@ -19,4 +19,4 @@ ENTRY(__ieee754_asinl)
fsqrt /* sqrt (1 - x^2) */
fpatan
ret
-PSEUDO_END (__ieee754_asinl)
+END (__ieee754_asinl)