summaryrefslogtreecommitdiff
path: root/src/pkg/math/frexp_arm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/frexp_arm.s')
-rw-r--r--src/pkg/math/frexp_arm.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/math/frexp_arm.s b/src/pkg/math/frexp_arm.s
index cfd5d0b52..9d40ae46a 100644
--- a/src/pkg/math/frexp_arm.s
+++ b/src/pkg/math/frexp_arm.s
@@ -2,5 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-TEXT ·Frexp(SB),7,$0
+#include "../../cmd/ld/textflag.h"
+
+TEXT ·Frexp(SB),NOSPLIT,$0
B ·frexp(SB)