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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to