mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 14:08:09 +02:00
* correct alignment for the property table
git-svn-id: trunk@42808 -
This commit is contained in:
parent
2dc771b7ba
commit
7e1607e095
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user