Work around Solaris gas problem

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-07-03 19:25:29 +00:00
parent 600309b610
commit 8676188b75
1 changed files with 1 additions and 1 deletions

View File

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