]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove useless addr32
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 23 Dec 2013 23:47:58 +0000 (00:47 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 23 Dec 2013 23:47:58 +0000 (00:47 +0100)
grub-core/boot/i386/pc/startup_raw.S

index 812ff54948aab6818af14aa32b49ae1789d558f8..7b1c5025e977c52bac769b8774d32e712c4072b0 100644 (file)
@@ -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