From e3f80acc45bf5797bef24e10e7277e3a14021b8a Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 24 Jun 2012 21:36:28 +0000 Subject: * migrated g_copyshortstring, g_incrrefcount and g_array_rtti_helper to thlcg git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21699 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/ncgcal.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/ncgcal.pas') 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 -- cgit v1.2.1