summaryrefslogtreecommitdiff
path: root/src/pkg/math/remainder_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/remainder_amd64.s')
-rw-r--r--src/pkg/math/remainder_amd64.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/math/remainder_amd64.s b/src/pkg/math/remainder_amd64.s
index f04bd3de7..e5e23c7ce 100644
--- a/src/pkg/math/remainder_amd64.s
+++ b/src/pkg/math/remainder_amd64.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 ·Remainder(SB),7,$0
+#include "../../cmd/ld/textflag.h"
+
+TEXT ·Remainder(SB),NOSPLIT,$0
JMP ·remainder(SB)