diff options
Diffstat (limited to 'src/pkg/bytes/asm_386.s')
-rw-r--r-- | src/pkg/bytes/asm_386.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/bytes/asm_386.s b/src/pkg/bytes/asm_386.s index a949bb954..f3391740b 100644 --- a/src/pkg/bytes/asm_386.s +++ b/src/pkg/bytes/asm_386.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -TEXT bytes·IndexByte(SB),7,$0 +TEXT ·IndexByte(SB),7,$0 MOVL p+0(FP), SI MOVL len+4(FP), CX MOVB b+12(FP), AL |