mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 12:09:25 +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;
|
p: PByte;
|
||||||
begin
|
begin
|
||||||
p := PByte(@UnitNameField[0]) + SizeOf(UnitNameField[0]) + Length(UnitNameField);
|
p := PByte(@UnitNameField[0]) + SizeOf(UnitNameField[0]) + Length(UnitNameField);
|
||||||
Result := AlignTypeData(p);
|
Result := AlignToPtr(p);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TTypeData }
|
{ TTypeData }
|
||||||
|
Loading…
Reference in New Issue
Block a user