From: Vladimir Serbinenko Date: Sat, 21 Feb 2015 19:24:59 +0000 (+0100) Subject: kernel-8086: Switch to more portable .org. X-Git-Tag: 2.02-beta3~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77dc3d9a0b672d933f328fce4332a61a9f5f707;p=thirdparty%2Fgrub.git kernel-8086: Switch to more portable .org. --- diff --git a/grub-core/tests/boot/kernel-8086.S b/grub-core/tests/boot/kernel-8086.S index 510897c88..5ec5368ff 100644 --- a/grub-core/tests/boot/kernel-8086.S +++ b/grub-core/tests/boot/kernel-8086.S @@ -46,5 +46,5 @@ message: .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n" .byte 0 - . = base + 510 - .short 0xaa55 \ No newline at end of file + .org 510 + .short 0xaa55