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

Add: Private and Safe mode desktop shortcut.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 24 02:43:37 2016 -0300 (2016-03-24)
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 Mar 24 02:43:37 2016 -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: