mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
* mipsel-android: Fixed library loading.
git-svn-id: trunk@26689 -
This commit is contained in:
parent
b995da1e06
commit
bb1a2d21ab
@ -76,6 +76,16 @@ _haltproc:
|
||||
|
||||
.comm __stkptr,4
|
||||
.comm operatingsystem_parameter_envp,4
|
||||
operatingsystem_parameter_argc:
|
||||
.global operatingsystem_parameter_argc
|
||||
.long 1
|
||||
operatingsystem_parameter_argv:
|
||||
.global operatingsystem_parameter_argv
|
||||
.long EmptyCmdLine
|
||||
EmptyCmdLine:
|
||||
.long EmptyCmdStr
|
||||
EmptyCmdStr:
|
||||
.ascii "\0"
|
||||
|
||||
EmptyEnv:
|
||||
.long 0
|
||||
|
Loading…
Reference in New Issue
Block a user