[fpc-devel]default calling convention change for i386
Jonas Maebe
jonas at zeus.ugent.be
Wed Dec 24 09:23:11 CET 2003
On 24 dec 2003, at 00:39, Peter Vreman wrote:
> From today the default calling convention for i386 is changed from
> stdcall
> (the default since 1.9.0) to register calling. This means that you
> have to
> look at how assembler code loads the arguments and maybe store them
> yourself in local variables.
Also note that the old calling convention is still available by using
the "oldfpccall" modifier (e.g. "procedure test; oldfpccall;")
Jonas
More information about the fpc-devel
mailing list