summaryrefslogtreecommitdiff
path: root/src/internal/bytealg/equal_ppc64x.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/bytealg/equal_ppc64x.s')
-rw-r--r--src/internal/bytealg/equal_ppc64x.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/bytealg/equal_ppc64x.s b/src/internal/bytealg/equal_ppc64x.s
index c04915f897..9c9cf77588 100644
--- a/src/internal/bytealg/equal_ppc64x.s
+++ b/src/internal/bytealg/equal_ppc64x.s
@@ -29,6 +29,7 @@ equal:
RET
TEXT bytes·Equal(SB),NOSPLIT,$0-49
+ FUNCDATA $0, ·Equal·args_stackmap(SB)
MOVD a_len+8(FP), R4
MOVD b_len+32(FP), R5
CMP R5, R4 // unequal lengths are not equal