projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
600309b
)
Work around Solaris gas problem
author
Blue Swirl
<blauwirbel@gmail.com>
Fri, 3 Jul 2009 19:25:29 +0000
(19:25 +0000)
committer
Blue 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
patch
|
blob
|
history
diff --git
a/pc-bios/optionrom/multiboot.S
b/pc-bios/optionrom/multiboot.S
index d0eec26a6a7795e76d5fe0f70d75f4538ae1563f..e04cd0337ef1ac3d196e24bd6c5b5ea938bbd5c7 100644
(file)
--- 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