Explorar el Código

TCGParaLocation: remove alignment gap

Jonas Maebe hace 3 años
padre
commit
abfd975571
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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