mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:50:36 +02:00
* Added a comment.
git-svn-id: trunk@31762 -
This commit is contained in:
parent
835e3efdad
commit
75b3ce2d2c
@ -60,7 +60,8 @@ _fpc_start:
|
||||
/* Save envp */
|
||||
movl %eax,operatingsystem_parameter_envp
|
||||
|
||||
/* Finally go to libc startup code. It will call "PASCALMAIN" via alias "main" */
|
||||
/* Finally go to libc startup code. It will call "PASCALMAIN" via alias "main". */
|
||||
/* No need to align stack since it will aligned by libc. */
|
||||
jmp _start
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user