Skip to content

Commit

Permalink
Fix arm64 vet issues
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed May 30, 2024
1 parent 8bd3916 commit 9e58034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2/decode_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
//
// The d variable is implicitly R_DST - R_DBASE, and len(dst)-d is R_DEND - R_DST.
// The s variable is implicitly R_SRC - R_SBASE, and len(src)-s is R_SEND - R_SRC.
TEXT ·s2Decode(SB), NOSPLIT, $56-64
TEXT ·s2Decode(SB), NOSPLIT, $56-56
// Initialize R_SRC, R_DST and R_DBASE-R_SEND.
MOVD dst_base+0(FP), R_DBASE
MOVD dst_len+8(FP), R_DLEN
Expand Down

0 comments on commit 9e58034

Please sign in to comment.