* 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 -
This commit is contained in:
svenbarth 2017-07-28 15:54:03 +00:00
parent 88c98e87cd
commit e76b1b2959

View File

@ -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;