소스 검색

* fixes _haltproc, Hello world works on mipsel

git-svn-id: trunk@21125 -
florian 13 년 전
부모
커밋
48d3eb86a6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      rtl/linux/mips/prt0.as

+ 0 - 2
rtl/linux/mips/prt0.as

@@ -98,8 +98,6 @@ _haltproc:
         /* TODO: need to check whether __dl_fini is non-zero and call the function pointer in case */
 
         li      $v0,4001
-        lui     $a0,0x0
-        lw      $a0,0($a0)
         syscall
         b       _haltproc
         nop