mips_malta: update malta's pseudo-bootloader - replace JR with JALR
commit9fba15004233950365c0273d21b3d91e8a18f97f
authorLeon Alrae <leon.alrae@imgtec.com>
Fri, 27 Jun 2014 07:49:08 +0000 (27 08:49 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 14 Oct 2014 12:28:52 +0000 (14 13:28 +0100)
tree549bb32535c27d0fccb8d1103a204a55290746e7
parent0aefa33318be6a9a6438c31921d426a755f1a2e9
mips_malta: update malta's pseudo-bootloader - replace JR with JALR

JR has been removed in R6 and now this instruction will cause Reserved
Instruction Exception. Therefore use JALR with rd=0 which is equivalent to JR.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
hw/mips/mips_malta.c