diff options
Diffstat (limited to 'src/pkg/math/exp2_arm.s')
-rw-r--r-- | src/pkg/math/exp2_arm.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/math/exp2_arm.s b/src/pkg/math/exp2_arm.s index 41b63bfaf..fe51f2522 100644 --- a/src/pkg/math/exp2_arm.s +++ b/src/pkg/math/exp2_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 ·Exp2(SB),7,$0 +#include "../../cmd/ld/textflag.h" + +TEXT ·Exp2(SB),NOSPLIT,$0 B ·exp2(SB) |