Jelajahi Sumber

* Move incorrect delay slot instruction before jump instruction

git-svn-id: trunk@21629 -
pierre 13 tahun lalu
induk
melakukan
007ea17f36
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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