Browse Source

TCGParaLocation: remove alignment gap

Jonas Maebe 3 years ago
parent
commit
abfd975571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/parabase.pas

+ 1 - 1
compiler/parabase.pas

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