diff --git a/compiler/aarch64/cpupara.pas b/compiler/aarch64/cpupara.pas index ff66b8caaf..d40f8f0fde 100644 --- a/compiler/aarch64/cpupara.pas +++ b/compiler/aarch64/cpupara.pas @@ -349,7 +349,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 }