Browse Source

* fixed wrong load_ref_ref

git-svn-id: trunk@5092 -
florian 19 years ago
parent
commit
922de0bc8d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/arm/cgcpu.pas

+ 2 - 1
compiler/arm/cgcpu.pas

@@ -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);