1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-11 20:50:27 +08:00

fix amd64 Base256 error

This commit is contained in:
源文雨
2022-10-03 19:52:27 +08:00
parent 0857bd846c
commit e7db987de9
2 changed files with 4 additions and 3 deletions

View File

@@ -146,8 +146,9 @@ TEXT ·enc16blk8(SB), NOSPLIT, $0-56
CLD
lop:
LODSB
ANDW $0xff, AX
// add mask
LEAW 0(AX)(BX*1), AX
ADDW BX, AX
RORW $8, AX
STOSW
LOOP lop