소스 검색

* 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
                  hlcg.location_force_mem(current_asmdata.CurrAsmList,left.location,left.resultdef)
                else
-                 internalerror(2006111510);
+                 internalerror(2017072801);
              hlcg.a_loadaddr_ref_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,left.location.reference,location.register);
            end;
       end;