mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 17:05:57 +02:00
* Use to call PASCALMAIN to allow linking with PIC Code
git-svn-id: trunk@21788 -
This commit is contained in:
parent
024bde8875
commit
d8d7c38aec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user