[fpc-pascal] Internal error 200312122
Koenraad Lelong
fpascal at brouwerij.homelinux.net
Sun Feb 5 17:48:54 CET 2006
Martin Schreiber schreef:
> On Sunday 05 February 2006 17.11, Koenraad Lelong wrote:
>
>>Just tried it, doesn't work :-(. Compiling with ppc386 for i386-linux
>>works fine, compiling with ppcrossarm for arm-linux gives the error.
>>Could this be a processor specific error ?
>
>
> compiler/cgobj.pas:548:
>
> function tcg.getintregister(list:Taasmoutput;size:Tcgsize):Tregister;
> begin
> if not assigned(rg[R_INTREGISTER]) then
> internalerror(200312122);
> result:=rg[R_INTREGISTER].getregister(list,cgsize2subreg(size));
> end;
>
> Martin
OK, now I know that I can search for such an error. I assumed they were
put together in the source (somestring1+somestring2...).
I'm going to look at that (although with little hope, I'm not into
compilers ;-)).
Thanks,
Koenraad Lelong.
More information about the fpc-pascal
mailing list