Re: [fpc-devel] passing a double parameter on arm

2005-07-22 Thread Den Jean
On Thursday 21 July 2005 10:15 pm, Florian Klaempfl wrote: > Tried to fix it in 2.1.1 (untested). > I tested it and it works now, Big thank you. I used svn revision 728 ... Free Pascal Compiler version 2.1.1 [2005/07/23] for arm Copyright (c) 1993-2005 by Florian

Re: [fpc-devel] passing a double parameter on arm

2005-07-21 Thread Florian Klaempfl
Den Jean wrote: > Hi, > > There seems to be an ARM ABI bug with passing doubles on arm. > > When I call a C-procedure of a library using a c-program, it works. Tried to fix it in 2.1.1 (untested). ___ fpc-devel maillist - fpc-devel@lists.freepascal.

[fpc-devel] passing a double parameter on arm

2005-07-21 Thread Den Jean
Hi, There seems to be an ARM ABI bug with passing doubles on arm. When I call a C-procedure of a library using a c-program, it works. When I call the C-procedure using a fpc ARM program it doesn't work. Here is an example: definition of the c-procedure to call void QLCDNumber_display2(QLCDNumb