Przeglądaj źródła

TCGParaLocation: remove alignment gap

Jonas Maebe 3 lat temu
rodzic
commit
abfd975571
1 zmienionych plików z 1 dodań i 1 usunięć
  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