mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
* 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:
parent
8c2a1ed026
commit
a10c200090
@ -30,7 +30,7 @@ type
|
||||
packed
|
||||
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||
record
|
||||
elSize : PtrUInt;
|
||||
elSize : SizeUInt;
|
||||
elType2 : Pointer;
|
||||
varType : Longint;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user