TCGParaLocation: remove alignment gap

This commit is contained in:
Jonas Maebe 2022-05-26 14:21:38 +02:00
parent dc1e0a6bb3
commit abfd975571

View File

@ -41,8 +41,8 @@ unit parabase;
PCGParaLocation = ^TCGParaLocation; PCGParaLocation = ^TCGParaLocation;
TCGParaLocation = record TCGParaLocation = record
Next : PCGParaLocation; Next : PCGParaLocation;
Size : TCGSize; { size of this location }
Def : tdef; Def : tdef;
Size : TCGSize; { size of this location }
Loc : TCGLoc; Loc : TCGLoc;
{$ifdef llvm} {$ifdef llvm}
{ The following fields are used to determine the name and handling of { The following fields are used to determine the name and handling of