diff options
| author | 2024-07-08 07:59:07 +0000 | |
|---|---|---|
| committer | 2024-07-08 07:59:07 +0000 | |
| commit | 43c480aec45e14f8a616db881e01fb009850bbc9 (patch) | |
| tree | 24bb28334f55f05781d966cd1fbfa5bea8b029b0 /vendor/github.com/klauspost/compress/s2/decode_arm64.s | |
| parent | [chore]: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#3082) (diff) | |
| download | gotosocial-43c480aec45e14f8a616db881e01fb009850bbc9.tar.xz | |
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 (#3083)
Diffstat (limited to 'vendor/github.com/klauspost/compress/s2/decode_arm64.s')
| -rw-r--r-- | vendor/github.com/klauspost/compress/s2/decode_arm64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/klauspost/compress/s2/decode_arm64.s b/vendor/github.com/klauspost/compress/s2/decode_arm64.s index 4b63d5086..78e463f34 100644 --- a/vendor/github.com/klauspost/compress/s2/decode_arm64.s +++ b/vendor/github.com/klauspost/compress/s2/decode_arm64.s @@ -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 |
