From: Vladimir Serbinenko Date: Mon, 23 Dec 2013 23:47:58 +0000 (+0100) Subject: Remove useless addr32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002ba123ebf74dc5dd49d2f652af3753c5084214;p=thirdparty%2Fgrub.git Remove useless addr32 --- diff --git a/grub-core/boot/i386/pc/startup_raw.S b/grub-core/boot/i386/pc/startup_raw.S index 812ff5494..7b1c5025e 100644 --- a/grub-core/boot/i386/pc/startup_raw.S +++ b/grub-core/boot/i386/pc/startup_raw.S @@ -89,7 +89,7 @@ LOCAL (codestart): sti /* we're safe again */ /* save the boot drive */ - ADDR32 movb %dl, LOCAL(boot_drive) + movb %dl, LOCAL(boot_drive) /* reset disk system (%ah = 0) */ int $0x13