Quellcode durchsuchen

TCGParaLocation: remove alignment gap

Jonas Maebe vor 3 Jahren
Ursprung
Commit
abfd975571
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/parabase.pas

+ 1 - 1
compiler/parabase.pas

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