This commit is contained in:
Peter Ferrie 2019-07-09 18:44:37 -07:00
parent 15c9059adf
commit 68339ad961

View File

@ -139,8 +139,7 @@ lzsa2_decompress:
xchg si,ax
push es
pop ds
mov si,di ; ds:si now points at back reference in output data
add si,bp
lea si,[bp+di] ; ds:si now points at back reference in output data
rep movsb ; copy match
xchg si,ax ; restore ds:si
pop ds