* fix proposed by Christo Crause: properly handle pointer constant nodes on avr, resolves #38321

git-svn-id: trunk@48095 -
This commit is contained in:
florian 2021-01-06 12:52:36 +00:00
parent 26a446308b
commit 6d75992674

View File

@ -206,7 +206,7 @@ implementation
begin
{ an integer const. behaves as a memory reference }
location_reset(location,LOC_CONSTANT,OS_ADDR);
location.value:=aint(value);
location.value:=PInt(value);
end;