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
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal