mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +02:00
* 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:
parent
590f5791d5
commit
feb840b47f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user