* Move incorrect delay slot instruction before jump instruction

git-svn-id: trunk@21629 -
This commit is contained in:
pierre 2012-06-17 12:39:39 +00:00
parent 7718db9b5e
commit 007ea17f36

View File

@ -82,8 +82,8 @@ _start:
sll $a2,$a2,0x2
addu $a2,$a2,$a1
lui $a3,%hi(operatingsystem_parameter_envp)
jal PASCALMAIN
sw $a2,%lo(operatingsystem_parameter_envp)($a3)
jal PASCALMAIN
nop
b _haltproc
nop