* assume SS for the segment of references that have BP as base in

thlcgcpu.a_loadaddr_ref_reg

git-svn-id: trunk@27332 -
This commit is contained in:
nickysn 2014-03-29 13:25:11 +00:00
parent a4b6e99db1
commit ce59c4616f

View File

@ -235,6 +235,8 @@ implementation
segref.refaddr:=addr_seg;
cg.a_load_ref_reg(current_asmdata.CurrAsmList,OS_16,OS_16,segref,GetNextReg(r));
end
else if ref.base=NR_BP then
list.concat(Taicpu.op_reg_reg(A_MOV,S_W,NR_SS,GetNextReg(r)))
else
internalerror(2014032801);
end;