Explorar o código

* converted tcgaddrnode.pass_generate_code to the high level code generator

git-svn-id: branches/hlcgllvm@27137 -
Jonas Maebe %!s(int64=11) %!d(string=hai) anos
pai
achega
46e7caef7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ncgmem.pas

+ 1 - 1
compiler/ncgmem.pas

@@ -210,7 +210,7 @@ implementation
              hlcg.location_force_mem(current_asmdata.CurrAsmList,left.location,left.resultdef)
            else
              internalerror(2006111510);
-         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;