mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 20:28:18 +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
|
packed
|
||||||
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||||
record
|
record
|
||||||
elSize : PtrUInt;
|
elSize : SizeUInt;
|
||||||
elType2 : Pointer;
|
elType2 : Pointer;
|
||||||
varType : Longint;
|
varType : Longint;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user