* Use to call PASCALMAIN to allow linking with PIC Code

git-svn-id: trunk@21788 -
This commit is contained in:
pierre 2012-07-05 20:57:25 +00:00
parent 024bde8875
commit d8d7c38aec

View File

@ -85,7 +85,9 @@ _start:
addu $a2,$a2,$a1
lui $a3,%hi(operatingsystem_parameter_envp)
sw $a2,%lo(operatingsystem_parameter_envp)($a3)
jal PASCALMAIN
lui $t9,%hi(PASCALMAIN)
addiu $t9,$t9,%lo(PASCALMAIN)
jalr $t9
nop
b _haltproc
nop