summaryrefslogtreecommitdiff
path: root/src/pkg/math/sin_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/sin_amd64.s')
-rw-r--r--src/pkg/math/sin_amd64.s6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pkg/math/sin_amd64.s b/src/pkg/math/sin_amd64.s
index c9c99e5b3..008bf4be5 100644
--- a/src/pkg/math/sin_amd64.s
+++ b/src/pkg/math/sin_amd64.s
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-TEXT ·Sin(SB),7,$0
+#include "../../cmd/ld/textflag.h"
+
+TEXT ·Sin(SB),NOSPLIT,$0
JMP ·sin(SB)
-TEXT ·Cos(SB),7,$0
+TEXT ·Cos(SB),NOSPLIT,$0
JMP ·cos(SB)