From 74ab27ae4717aed64f7aa12a1ea5dcc772582961 Mon Sep 17 00:00:00 2001 From: Karoly Balogh Date: Fri, 29 Apr 2022 23:45:37 +0200 Subject: [PATCH] cutils: also use minalign, when varalign equals it, not only when varalign is less than it (21 years old bug?) --- compiler/cutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cutils.pas b/compiler/cutils.pas index b4ee1b093d..b917b72b05 100644 --- a/compiler/cutils.pas +++ b/compiler/cutils.pas @@ -467,7 +467,7 @@ implementation minalign : Minimum alignment of this structure, 0 = undefined maxalign : Maximum alignment of this structure, 0 = undefined } if (minalign>0) and - (varalign