From: Blue Swirl Date: Fri, 3 Jul 2009 19:25:29 +0000 (+0000) Subject: Work around Solaris gas problem X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8676188b751ca28ab7c42baf20ea64391625b44d;p=qemu.git Work around Solaris gas problem Signed-off-by: Blue Swirl --- diff --git a/pc-bios/optionrom/multiboot.S b/pc-bios/optionrom/multiboot.S index d0eec26a6a..e04cd0337e 100644 --- a/pc-bios/optionrom/multiboot.S +++ b/pc-bios/optionrom/multiboot.S @@ -50,7 +50,7 @@ .global _start _start: .short 0xaa55 - .byte (_end - _start) / 512 + .byte 1 /* (_end - _start) / 512 */ push %eax push %ds