|
@@ -707,8 +707,8 @@ implementation
|
|
{$ifndef cpuhighleveltarget}
|
|
{$ifndef cpuhighleveltarget}
|
|
r:=cg.makeregsize(current_asmdata.CurrAsmList,right.location.register,OS_8);
|
|
r:=cg.makeregsize(current_asmdata.CurrAsmList,right.location.register,OS_8);
|
|
{$else not cpuhighleveltarget}
|
|
{$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}
|
|
{$endif cpuhighleveltarget}
|
|
hlcg.a_load_reg_ref(current_asmdata.CurrAsmList,u8inttype,u8inttype,r,href);
|
|
hlcg.a_load_reg_ref(current_asmdata.CurrAsmList,u8inttype,u8inttype,r,href);
|
|
end;
|
|
end;
|