* correct alignment for the property table

git-svn-id: trunk@42808 -
This commit is contained in:
svenbarth 2019-08-24 23:08:36 +00:00
parent 2dc771b7ba
commit 7e1607e095

View File

@ -3366,7 +3366,7 @@ var
p: PByte;
begin
p := PByte(@UnitNameField[0]) + SizeOf(UnitNameField[0]) + Length(UnitNameField);
Result := AlignTypeData(p);
Result := AlignToPtr(p);
end;
{ TTypeData }