]> git.ipfire.org Git - thirdparty/grub.git/commit
* grub-core/kern/i386/pc/startup.S (grub_console_getkey): Use `>> 1'
authorColin Watson <cjwatson@ubuntu.com>
Sat, 4 Dec 2010 16:19:26 +0000 (16:19 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Sat, 4 Dec 2010 16:19:26 +0000 (16:19 +0000)
commit24b7938b32e755f25302962895cb81093550533c
tree34c1dfb1b4154048d57450dfa35ff9d61fc56501
parentbddc3ef6230111ca1a35c3fdb43d9d2226fc1123
* grub-core/kern/i386/pc/startup.S (grub_console_getkey): Use `>> 1'
rather than `/ 2', as the latter requires -Wa,--divide which would
require bumping our minimum binutils version.
ChangeLog
grub-core/kern/i386/pc/startup.S