mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:29:18 +02:00
* 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:
parent
88c98e87cd
commit
e76b1b2959
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user