File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
//
61
61
// The d variable is implicitly R_DST - R_DBASE, and len(dst)-d is R_DEND - R_DST.
62
62
// The s variable is implicitly R_SRC - R_SBASE, and len(src)-s is R_SEND - R_SRC.
63
- TEXT ·s2Decode(SB), NOSPLIT, $56 -64
63
+ TEXT ·s2Decode(SB), NOSPLIT, $56 -56
64
64
// Initialize R_SRC, R_DST and R_DBASE-R_SEND.
65
65
MOVD dst_base+0 (FP), R_DBASE
66
66
MOVD dst_len+8 (FP), R_DLEN
Original file line number Diff line number Diff line change @@ -162,12 +162,12 @@ finalize:
162
162
MOVD h, ret +24 (FP)
163
163
RET
164
164
165
- // func writeBlocks(d *Digest, b []byte) int
165
+ // func writeBlocks(s *Digest, b []byte) int
166
166
TEXT ·writeBlocks(SB), NOSPLIT|NOFRAME, $0 -40
167
167
LDP ·primes+0 (SB), (prime1, prime2)
168
168
169
169
// Load state. Assume v[1-4] are stored contiguously.
170
- MOVD d +0 (FP), digest
170
+ MOVD s +0 (FP), digest
171
171
LDP 0 (digest), (v1, v2)
172
172
LDP 16 (digest), (v3, v4)
173
173
You can’t perform that action at this time.
0 commit comments