Re: [fpc-pascal] FPC on ARM (eg Zaurus)

2004-11-23 Thread Florian Klaempfl
Den Jean wrote: On Sunday 21 November 2004 11:41 pm, Den Jean wrote: I also debugged it on the zaurus with gdb. I debugged somewhat more and this learned me that the record Method is passed by reference instead of by value as it should. With a little hack I managed to force a call by value. Libr

Re: [fpc-pascal] FPC on ARM (eg Zaurus)

2004-11-23 Thread Den Jean
On Tuesday 23 November 2004 11:13 am, Florian Klaempfl wrote: > This is indeed an improper implemntation of the arm abi, I'll fix it > asap. Thanks a lot. In the mean time I changed the binding so that it uses LargeInt instead of TMethod. So the big demo program almosts works :-) -