wok rev 19429

syslinux/bootiso.S: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 10:57:42 2016 +0200 (2016-10-01)
parents 087d71ec38ce
children 986d5902efcf
files syslinux/stuff/iso2exe/bootiso.S
line diff
     1.1 --- a/syslinux/stuff/iso2exe/bootiso.S	Sat Oct 01 10:31:58 2016 +0200
     1.2 +++ b/syslinux/stuff/iso2exe/bootiso.S	Sat Oct 01 10:57:42 2016 +0200
     1.3 @@ -138,7 +138,7 @@
     1.4  	movw	$0x1000+EXESTR(noDOS3), %ax
     1.5  	jc	tst386
     1.6  abort:
     1.7 -	jmp	%bp
     1.8 +	jmp	*%bp
     1.9  
    1.10  tst386:
    1.11  	pushfw				// save flags
    1.12 @@ -166,7 +166,7 @@
    1.13  	inc	%ax
    1.14  	//movb	$EXESTR(realmodemsg), %al
    1.15  realmode:
    1.16 -	call	%bp
    1.17 +	call	*%bp
    1.18  is86:
    1.19  	movw	comstart-end_header(%di), %si		// .com address
    1.20  	pushw	%di
    1.21 @@ -175,11 +175,11 @@
    1.22  	movsw
    1.23  	ret
    1.24  
    1.25 -CallVPCI:
    1.26 +CallVCPI:
    1.27  	int	$0x67
    1.28  	testb	%ah, %ah
    1.29  	xchgw	%ax, %cx
    1.30 -	pusw	%si
    1.31 +	pushw	%si
    1.32  ScanVCPI:
    1.33  	popw	%si
    1.34  ChkVCPI: