From abfd975571b3fd59209717b7ec76e2740aa97507 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 26 May 2022 14:21:38 +0200 Subject: [PATCH] TCGParaLocation: remove alignment gap --- compiler/parabase.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/parabase.pas b/compiler/parabase.pas index c6cf34d0d0..0345dc38e5 100644 --- a/compiler/parabase.pas +++ b/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