[fpc-pascal] intel asm and fpc-1.9.8
Jonas Maebe
jonas at zeus.ugent.be
Wed Mar 9 17:59:45 CET 2005
On 9 mrt 2005, at 17:13, Jan Je/lowicki wrote:
> Today I tried new fpc 1.9.8. Output generated from fpc 1.9.8 code
> seems errorenous. The isolated example given below tries to fill an
> array of float with contstant value. Gdb (5.3) gives no reasonable
> support, although for 1.0.10 code it does.
The default calling convention changed to register parameters in 1.9.8.
Add {$calling fpccall} at the top of your source to revert to the
slower stack-based parameter passing.
Jonas
More information about the fpc-pascal
mailing list