* grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3

to avoid asm treating ld and sd as macros.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-05-13 20:23:29 +02:00
parent 60ddfad3da
commit 91bbcc0cb6
2 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@
.set noreorder
.set noat
.set nomacro
.set mips3
.global start,_start,__start
start: