about summary refs log tree commit diff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/i386/atan2.s2
-rw-r--r--src/math/i386/atan2f.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/math/i386/atan2.s b/src/math/i386/atan2.s
index 1fa0524d..76b95f31 100644
--- a/src/math/i386/atan2.s
+++ b/src/math/i386/atan2.s
@@ -11,4 +11,4 @@ atan2:
 	jae 1f
 		# subnormal x, return x with underflow
 	fsts 4(%esp)
-	ret
+1:	ret
diff --git a/src/math/i386/atan2f.s b/src/math/i386/atan2f.s
index 0b264726..c9408a90 100644
--- a/src/math/i386/atan2f.s
+++ b/src/math/i386/atan2f.s
@@ -13,4 +13,4 @@ atan2f:
 	fld %st(0)
 	fmul %st(1)
 	fstps 4(%esp)
-	ret
+1:	ret