]> git.ipfire.org Git - thirdparty/grub.git/commit
fwstart: Replace blt with bltz.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 22 Jul 2015 19:40:55 +0000 (21:40 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 22 Jul 2015 19:40:55 +0000 (21:40 +0200)
commit80783ea646b98b263df30cb3c75cef773729a1b2
treec86a2fcde7fa28ead1bf0fa6b2e7d5f3d26ce39f
parenteecdbebc8416467c029ab05d1c457901c4701c26
fwstart: Replace blt with bltz.

blt A, $zero, B and bltz A, B are equivalent but clang recognizes only
later, so use it.

Resulting binary is unchanged.
grub-core/boot/mips/loongson/fwstart.S