mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-22 05:33:58 +00:00
Fix assembly when not using LZSA_SHORT_CP
This commit is contained in:
parent
315cda7b4f
commit
aa122d1e05
@ -203,6 +203,8 @@ lzsa2_unpack: ldy #0 ; Initialize source index.
|
||||
.incsrc1:
|
||||
inc <lzsa_srcptr + 1
|
||||
bne .resume_src1 ; always taken
|
||||
|
||||
!if LZSA_SHORT_CP {
|
||||
.incsrc2:
|
||||
inc <lzsa_srcptr + 1
|
||||
bne .resume_src2 ; always taken
|
||||
@ -213,6 +215,8 @@ lzsa2_unpack: ldy #0 ; Initialize source index.
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
;
|
||||
; Copy bytes from compressed source data.
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user