+ also add an implicit cs: prefix on i8086 in tx86intreader.BuildOperand.AddLabelOperand

git-svn-id: trunk@32189 -
This commit is contained in:
nickysn 2015-10-29 15:35:09 +00:00
parent 90ff332b49
commit 823deb39ac

View File

@ -1626,6 +1626,10 @@ Unit Rax86int;
begin
oper.InitRef;
oper.opr.ref.symbol:=hl;
{$ifdef i8086}
if oper.opr.ref.segment=NR_NO then
oper.opr.ref.segment:=NR_CS;
{$endif i8086}
end;
end;