ソースを参照

TCGParaLocation: remove alignment gap

Jonas Maebe 3 年 前
コミット
abfd975571
1 ファイル変更1 行追加1 行削除
  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