1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fix bug: first 'add' instead of 'adc' at get1_n2b. (Thank you, Laszlo.)

committer: jreiser <jreiser> 1143228535 +0000
This commit is contained in:
John Reiser 2006-03-24 19:28:55 +00:00
parent 33f1d63b64
commit a6e7afbc91

View File

@ -74,7 +74,7 @@ eof_n2b:
.align 2 @ 1<<2 for benefit of loading address with 'adr' above
get1_n2b:
adc bits,bits; bne get1r_n2b @ CarryOut has data bit
add bits,bits; bne get1r_n2b @ CarryOut has data bit
ldrb bits,[src] @ zero-extend next byte
adc bits,bits @ double and insert CarryIn as low bit
add src,#1