Commit 969f1014 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

runtime: fix arm64 build

Broken by CL 8541.

Change-Id: Ie2e89a22b91748e82f7bc4723660a24ed4135687
Reviewed-on: https://go-review.googlesource.com/8734Reviewed-by: default avatarMinux Ma <minux@golang.org>
parent cb10ff1e
......@@ -806,7 +806,7 @@ TEXT runtime·cmpstring(SB),NOSPLIT,$0-40
MOVD s1_len+8(FP), R0
MOVD s2_base+16(FP), R3
MOVD s2_len+24(FP), R1
BL runtime·cmpbody(SB)
BL runtime·cmpbody<>(SB)
MOVD R8, ret+32(FP)
RET
......@@ -815,7 +815,7 @@ TEXT bytes·Compare(SB),NOSPLIT,$0-56
MOVD s1+8(FP), R0
MOVD s2+24(FP), R3
MOVD s2+32(FP), R1
BL runtime·cmpbody(SB)
BL runtime·cmpbody<>(SB)
MOVD R8, ret+48(FP)
RET
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment