소스 검색

* 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