Koenraad Lelong schreef:
Peter Vreman schreef:
Martin Schreiber schreef:
On Sunday 05 February 2006 17.11, Koenraad Lelong wrote:
...
Internalerror numbers are just unique numbers be using .
They
don't have any meaning.
Quick intro for debugging this.
- Build compiler with debug info:
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