mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* fixes _haltproc, Hello world works on mipsel
git-svn-id: trunk@21125 -
This commit is contained in:
parent
366e2027fc
commit
48d3eb86a6
@ -98,8 +98,6 @@ _haltproc:
|
|||||||
/* TODO: need to check whether __dl_fini is non-zero and call the function pointer in case */
|
/* TODO: need to check whether __dl_fini is non-zero and call the function pointer in case */
|
||||||
|
|
||||||
li $v0,4001
|
li $v0,4001
|
||||||
lui $a0,0x0
|
|
||||||
lw $a0,0($a0)
|
|
||||||
syscall
|
syscall
|
||||||
b _haltproc
|
b _haltproc
|
||||||
nop
|
nop
|
||||||
|
Loading…
Reference in New Issue
Block a user