* 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:
parent
60ddfad3da
commit
91bbcc0cb6
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
.set noreorder
|
||||
.set noat
|
||||
.set nomacro
|
||||
.set mips3
|
||||
|
||||
.global start,_start,__start
|
||||
start:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue