mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
* name mangling changed
git-svn-id: trunk@4548 -
This commit is contained in:
parent
73083de898
commit
0663a997cc
@ -33,7 +33,7 @@ FPC_LIB_START:
|
||||
movl %eax,operatingsystem_parameter_argc /* Move the argument counter */
|
||||
movl %ecx,operatingsystem_parameter_argv /* Move the argument pointer */
|
||||
|
||||
movb $1,U_SYSTEM_ISLIBRARY
|
||||
movb $1,TC_SYSTEM_ISLIBRARY
|
||||
|
||||
/* Save initial stackpointer */
|
||||
movl %esp,__stkptr
|
||||
|
Loading…
Reference in New Issue
Block a user