[fpc-pascal] Internal error 200312122
Martin Schreiber
fpmse at bluewin.ch
Sun Feb 5 17:29:15 CET 2006
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
More information about the fpc-pascal
mailing list