mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 00:47:52 +02:00
* fix proposed by Christo Crause: properly handle pointer constant nodes on avr, resolves #38321
git-svn-id: trunk@48095 -
This commit is contained in:
parent
26a446308b
commit
6d75992674
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user