summaryrefslogtreecommitdiff
path: root/src/pkg/math/dim_386.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/dim_386.s')
-rw-r--r--src/pkg/math/dim_386.s8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pkg/math/dim_386.s b/src/pkg/math/dim_386.s
index 6a31c7540..f715114c4 100644
--- a/src/pkg/math/dim_386.s
+++ b/src/pkg/math/dim_386.s
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-TEXT ·Dim(SB),7,$0
+#include "../../cmd/ld/textflag.h"
+
+TEXT ·Dim(SB),NOSPLIT,$0
JMP ·dim(SB)
-TEXT ·Max(SB),7,$0
+TEXT ·Max(SB),NOSPLIT,$0
JMP ·max(SB)
-TEXT ·Min(SB),7,$0
+TEXT ·Min(SB),NOSPLIT,$0
JMP ·min(SB)