mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 23:19:41 +01:00
* list -> current_asmdata.CurrAsmList for cpuhighleveltarget code
git-svn-id: branches/jvmbackend@18302 -
This commit is contained in:
parent
07130a0c71
commit
35ca5b799b
@ -707,8 +707,8 @@ implementation
|
||||
{$ifndef cpuhighleveltarget}
|
||||
r:=cg.makeregsize(current_asmdata.CurrAsmList,right.location.register,OS_8);
|
||||
{$else not cpuhighleveltarget}
|
||||
r:=hlcg.getintregister(list,u8inttype);
|
||||
hlcg.a_load_reg_reg(list,u8inttype,u8inttype,right.locaction.register,r);
|
||||
r:=hlcg.getintregister(current_asmdata.CurrAsmList,u8inttype);
|
||||
hlcg.a_load_reg_reg(current_asmdata.CurrAsmList,u8inttype,u8inttype,right.location.register,r);
|
||||
{$endif cpuhighleveltarget}
|
||||
hlcg.a_load_reg_ref(current_asmdata.CurrAsmList,u8inttype,u8inttype,r,href);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user