[fpc-pascal] cprt0

Florian Klaempfl florian at freepascal.org
Thu Aug 2 09:44:55 CEST 2007


Carsten Bager schrieb:
> In the cprt0.as file (used when linking with libc in Arm/Linux) line 
> 74 says
> 
>         /* load argv
>         mov a3, sp
> 
> I think it should be
> 
>         /* load argv */
>         mov a3, sp
> 
> Now the "mov a3, sp" instruction is included.
> Maybe this parameter is only used when starting C programs, but ....

Thx, fixed in r8211



More information about the fpc-pascal mailing list