wok diff memtest/stuff/unlzma.S @ rev 17793
python-xmlutils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 16 13:06:40 2015 +0100 (2015-03-16) |
parents | 3524d7f7da59 |
children | 3b334b26197f |
line diff
1.1 --- a/memtest/stuff/unlzma.S Sat Nov 29 11:26:00 2014 +0100 1.2 +++ b/memtest/stuff/unlzma.S Mon Mar 16 13:06:40 2015 +0100 1.3 @@ -143,7 +143,7 @@ 1.4 #ifdef CHECK_LZMA_HEADER 1.5 cmp.w $0x5A4C, (SI) // lzip header ('LZIP' version:1 dicobits:1) 1.6 je lzip_header 1.7 - cmp.b $0x5D, (SI) // lzma header (0x5D dicosz:4 orgsz:8) 1.8 + cmp.w $0x5D, (SI) // lzma header (0x5D dicosz:4 orgsz:8) 1.9 jne no_header 1.10 add $13-6, SI // skip lzma header 1.11 lzip_header: