* tdynarraytypedata.elSize changed from PtrUInt to SizeUInt; this fixes e.g.

setlength on dynarrays in the i8086 far data memory models

git-svn-id: trunk@28710 -
This commit is contained in:
nickysn 2014-09-22 20:18:07 +00:00
parent 8c2a1ed026
commit a10c200090

View File

@ -30,7 +30,7 @@ type
packed
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
record
elSize : PtrUInt;
elSize : SizeUInt;
elType2 : Pointer;
varType : Longint;
end;