mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:26:06 +02:00
* finished conversion of second_class_to_intf to the high level code
generator after r32301 git-svn-id: trunk@32313 -
This commit is contained in:
parent
78362ed6ae
commit
d444b365e1
@ -714,10 +714,7 @@ interface
|
|||||||
begin
|
begin
|
||||||
current_asmdata.getjumplabel(l1);
|
current_asmdata.getjumplabel(l1);
|
||||||
hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,resultdef,OC_EQ,0,location.register,l1);
|
hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,resultdef,OC_EQ,0,location.register,l1);
|
||||||
{ todo: consider adding far pointer support to hlcg.a_op_const_reg for i8086 (i.e. perform the
|
hlcg.a_op_const_reg(current_asmdata.CurrAsmList,OP_ADD,resultdef,ImplIntf.ioffset,location.register);
|
||||||
arithmetic operation only on the offset), then the next line can be converted to the
|
|
||||||
high level code generator as well }
|
|
||||||
cg.a_op_const_reg(current_asmdata.CurrAsmList,OP_ADD,OS_ADDR,ImplIntf.ioffset,location.register);
|
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user