mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 12:09:07 +02:00
* converted tcgaddrnode.pass_generate_code to the high level code generator
git-svn-id: branches/hlcgllvm@27137 -
This commit is contained in:
parent
0283670041
commit
46e7caef7d
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user