浏览代码

* Move incorrect delay slot instruction before jump instruction

git-svn-id: trunk@21629 -
pierre 13 年之前
父节点
当前提交
007ea17f36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/linux/mips/prt0.as

+ 1 - 1
rtl/linux/mips/prt0.as

@@ -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