* converted second_array_to_pointer() to thlcg

git-svn-id: branches/jvmbackend@18775 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:34:51 +00:00
parent 2428ea65c1
commit c22394a9f4

View File

@ -321,7 +321,7 @@ interface
begin
location_reset(location,LOC_REGISTER,OS_ADDR);
location.register:=cg.getaddressregister(current_asmdata.CurrAsmList);
cg.a_loadaddr_ref_reg(current_asmdata.CurrAsmList,left.location.reference,location.register);
hlcg.a_loadaddr_ref_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,left.location.reference,location.register);
end;