mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:45:58 +02:00
* Move incorrect delay slot instruction before jump instruction
git-svn-id: trunk@21629 -
This commit is contained in:
parent
7718db9b5e
commit
007ea17f36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user