mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 07:08:12 +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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user