* fixed wrong load_ref_ref

git-svn-id: trunk@5092 -
This commit is contained in:
florian 2006-10-30 11:48:37 +00:00
parent e9a1dff46a
commit 922de0bc8d

View File

@ -1032,7 +1032,8 @@ unit cgcpu;
LOC_REFERENCE :
begin
reference_reset_base(href2,hloc^.reference.index,hloc^.reference.offset);
a_load_ref_ref(list,hloc^.size,hloc^.size,href,href2);
{ concatcopy should choose the best way to copy the data }
g_concatcopy(list,href,href2,tcgsize2size[size]);
end;
else
internalerror(200408241);