mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 11:49:25 +02:00
TCGParaLocation: remove alignment gap
This commit is contained in:
parent
dc1e0a6bb3
commit
abfd975571
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user