diff options
Diffstat (limited to 'src/pkg/math/fabs_386.s')
-rw-r--r-- | src/pkg/math/fabs_386.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/fabs_386.s b/src/pkg/math/fabs_386.s index 93d6101b5..55de4e6b8 100644 --- a/src/pkg/math/fabs_386.s +++ b/src/pkg/math/fabs_386.s @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // func Fabs(x float64) float64 -TEXT math·Fabs(SB),7,$0 +TEXT ·Fabs(SB),7,$0 FMOVD x+0(FP), F0 // F0=x FABS // F0=|x| FMOVDP F0, r+8(FP) |