# HG changeset patch # User Pascal Bellard # Date 1475312262 -7200 # Node ID 5ba4b4fd03bce32e4c5234bfda88a2d32ec0f13f # Parent 087d71ec38ce7eef2ea8f55cf9bf29f012027a8b syslinux/bootiso.S: typos diff -r 087d71ec38ce -r 5ba4b4fd03bc syslinux/stuff/iso2exe/bootiso.S --- a/syslinux/stuff/iso2exe/bootiso.S Sat Oct 01 10:31:58 2016 +0200 +++ b/syslinux/stuff/iso2exe/bootiso.S Sat Oct 01 10:57:42 2016 +0200 @@ -138,7 +138,7 @@ movw $0x1000+EXESTR(noDOS3), %ax jc tst386 abort: - jmp %bp + jmp *%bp tst386: pushfw // save flags @@ -166,7 +166,7 @@ inc %ax //movb $EXESTR(realmodemsg), %al realmode: - call %bp + call *%bp is86: movw comstart-end_header(%di), %si // .com address pushw %di @@ -175,11 +175,11 @@ movsw ret -CallVPCI: +CallVCPI: int $0x67 testb %ah, %ah xchgw %ax, %cx - pusw %si + pushw %si ScanVCPI: popw %si ChkVCPI: