qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 8676188] Work around Solaris gas problem


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 8676188] Work around Solaris gas problem
Date: Fri, 03 Jul 2009 19:34:31 -0000

From: Blue Swirl <address@hidden>

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/pc-bios/optionrom/multiboot.S b/pc-bios/optionrom/multiboot.S
index d0eec26..e04cd03 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]