]> git.proxmox.com Git - qemu.git/commitdiff
Work around Solaris gas problem
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 3 Jul 2009 19:25:29 +0000 (19:25 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 3 Jul 2009 19:25:29 +0000 (19:25 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
pc-bios/optionrom/multiboot.S

index d0eec26a6a7795e76d5fe0f70d75f4538ae1563f..e04cd0337ef1ac3d196e24bd6c5b5ea938bbd5c7 100644 (file)
@@ -50,7 +50,7 @@
        .global         _start
 _start:
        .short          0xaa55
-       .byte           (_end - _start) / 512
+       .byte           1 /* (_end - _start) / 512 */
        push            %eax
        push            %ds