[fpc-pascal] cprt0

Carsten Bager carsten at beas.dk
Thu Aug 2 08:55:53 CEST 2007


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 ....

Regards Carsten



More information about the fpc-pascal mailing list