+ support the 'absolute seg:ofs' variable declaration in the win16 target as well

git-svn-id: trunk@31529 -
This commit is contained in:
nickysn 2015-09-05 12:07:29 +00:00
parent 8bca76e645
commit 4068a05631

View File

@ -1154,7 +1154,7 @@ implementation
abssym.addroffset:=Tordconstnode(pt).value.svalue;
{$if defined(i386) or defined(i8086)}
tcpuabsolutevarsym(abssym).absseg:=false;
if (target_info.system in [system_i386_go32v2,system_i386_watcom,system_i8086_msdos]) and
if (target_info.system in [system_i386_go32v2,system_i386_watcom,system_i8086_msdos,system_i8086_win16]) and
try_to_consume(_COLON) then
begin
pt.free;