[syslinux] [PATCH 1/1] mboot.c32: fix register constraints bug

H. Peter Anvin hpa at zytor.com
Wed May 24 09:28:20 PDT 2006


H. Peter Anvin wrote:
> 
> asm volatile("jmp *%1"
>              : : "b" (mbi_run_addr),
>              "a" (0x2badb002),
>                  "cdSI" (entry));
> 

"cdSI" should of course have been "cdSD".

	-hpa




More information about the Syslinux mailing list