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



_______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to