wok diff memtest/stuff/unlzma.S @ rev 18009

slitaz-base-files: up (270)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 30 02:11:11 2015 +0300 (2015-04-30)
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	Thu Apr 30 02:11:11 2015 +0300
     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: