* support reg=NR_NO in thlcgcpu.reference_reset_base on i8086. This fixes test

webtbs/tw26162.pp in the i8086 far data memory models.

git-svn-id: trunk@27807 -
This commit is contained in:
nickysn 2014-05-21 13:26:02 +00:00
parent 590f5791d5
commit feb840b47f

View File

@ -271,7 +271,8 @@ implementation
ref.segment:=NR_GS;
x86pt_far,
x86pt_huge:
ref.segment:=GetNextReg(reg);
if reg<>NR_NO then
ref.segment:=GetNextReg(reg);
end;
end;