wok-next diff syslinux/stuff/iso2exe/bootiso.S @ rev 13974

syslinux/iso2exe: fix checksum
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 12:05:22 2013 +0100 (2013-02-06)
parents b5ea41033c21
children a26ba54f3ea7
line diff
     1.1 --- a/syslinux/stuff/iso2exe/bootiso.S	Tue Feb 05 23:32:17 2013 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/bootiso.S	Wed Feb 06 12:05:22 2013 +0100
     1.3 @@ -171,7 +171,7 @@
     1.4  	movw	(%si), %cx
     1.5  	jcxz	is386
     1.6  #endif
     1.7 -	movw	$0x7FE0/2, %cx
     1.8 +	movw	$(EXESTR(0x8000))/2, %cx
     1.9  chklp:
    1.10  	lodsw
    1.11  	addw	%ax, %dx