Re: [fpc-pascal] Bug in RTL for arm

2006-02-26 Thread Koenraad Lelong
Martin Schreiber schreef: On Sunday 19 February 2006 19.04, Koenraad Lelong wrote: Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const syscall_nr_base =

Re: [fpc-pascal] Bug in RTL for arm

2006-02-26 Thread Koenraad Lelong
Martin Schreiber schreef: On Sunday 19 February 2006 19.04, Koenraad Lelong wrote: Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const syscall_nr_base =

[fpc-pascal] Bug in RTL for arm

2006-02-19 Thread Koenraad Lelong
Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const syscall_nr_base = syscall_nr_base; I modified this to : Const syscall_nr_base = $90; which is similar to