mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
TCGParaLocation: remove alignment gap
This commit is contained in:
parent
dc1e0a6bb3
commit
abfd975571
@ -41,8 +41,8 @@ unit parabase;
|
||||
PCGParaLocation = ^TCGParaLocation;
|
||||
TCGParaLocation = record
|
||||
Next : PCGParaLocation;
|
||||
Size : TCGSize; { size of this location }
|
||||
Def : tdef;
|
||||
Size : TCGSize; { size of this location }
|
||||
Loc : TCGLoc;
|
||||
{$ifdef llvm}
|
||||
{ The following fields are used to determine the name and handling of
|
||||
|
Loading…
Reference in New Issue
Block a user