summaryrefslogtreecommitdiff
path: root/compiler/ncgcal.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ncgcal.pas')
-rw-r--r--compiler/ncgcal.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ncgcal.pas b/compiler/ncgcal.pas
index d2b8ff968e..fadb482fb4 100644
--- a/compiler/ncgcal.pas
+++ b/compiler/ncgcal.pas
@@ -203,8 +203,8 @@ implementation
if third=nil then
InternalError(201103063);
secondpass(third);
- cg.g_array_rtti_helper(current_asmdata.CurrAsmList,tarraydef(resultdef).elementdef,
- href,third.location,'FPC_FINALIZE_ARRAY');
+ hlcg.g_array_rtti_helper(current_asmdata.CurrAsmList,tarraydef(resultdef).elementdef,
+ href,third.location,'fpc_finalize_array');
end;
end
else