git-svn-id: trunk@48095 - (cherry picked from commit 6d75992674a3f7818195507d9cae1fbc8370c10f)
@@ -204,7 +204,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;