فهرست منبع

* use unique internalerror instead of copying that from ncgmem (though it should never happen that both occur at once in a AVR compiler)

git-svn-id: trunk@36809 -
svenbarth 8 سال پیش
والد
کامیت
e76b1b2959
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/avr/navrmem.pas

+ 1 - 1
compiler/avr/navrmem.pas

@@ -76,7 +76,7 @@ unit navrmem;
                if nf_internal in flags then
                if nf_internal in flags then
                  hlcg.location_force_mem(current_asmdata.CurrAsmList,left.location,left.resultdef)
                  hlcg.location_force_mem(current_asmdata.CurrAsmList,left.location,left.resultdef)
                else
                else
-                 internalerror(2006111510);
+                 internalerror(2017072801);
              hlcg.a_loadaddr_ref_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,left.location.reference,location.register);
              hlcg.a_loadaddr_ref_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,left.location.reference,location.register);
            end;
            end;
       end;
       end;