diff --git a/compiler/aarch64/cpupara.pas b/compiler/aarch64/cpupara.pas index 226f4c7597..909d85cd8b 100644 --- a/compiler/aarch64/cpupara.pas +++ b/compiler/aarch64/cpupara.pas @@ -419,7 +419,7 @@ unit cpupara; paracgsize, locsize: tcgsize; firstparaloc: boolean; begin - result.reset; + result.init; { currently only support C-style array of const, there should be no location assigned to the vararg array itself }