git-svn-id: trunk@40102 -
@@ -2,8 +2,8 @@
var
{ This shouldn't be allowed, the number of elements
- doesn't fit in a aint }
- mem : array[0..high(aint)] of byte ;
+ doesn't fit in the address range }
+ mem : array[0..high(ptruint)] of byte ;
begin
end;