* removed ancient (since r5554) special handling code for m68k from tcgvecnode, which is no longer necessary

git-svn-id: trunk@33650 -
This commit is contained in:
Károly Balogh 2016-05-04 21:39:37 +00:00
parent 0232a0d979
commit 778a0b737e

View File

@ -926,12 +926,7 @@ implementation
LOC_REGISTER,
LOC_CREGISTER :
begin
{$ifdef m68k}
location.reference.base:=cg.getaddressregister(current_asmdata.CurrAsmList);
cg.a_load_reg_reg(current_asmdata.CurrAsmList,OS_ADDR,OS_ADDR,left.location.register,location.reference.base);
{$else m68k}
hlcg.reference_reset_base(location.reference,left.resultdef,left.location.register,0,location.reference.alignment);
{$endif m68k}
end;
LOC_CREFERENCE,
LOC_REFERENCE :