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

apache, lighttpd: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 16 23:00:12 2015 +0100 (2015-12-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	Wed Dec 16 23:00:12 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: