|
@@ -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
|