Forráskód Böngészése

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

git-svn-id: trunk@31529 -
nickysn 10 éve
szülő
commit
4068a05631
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      compiler/pdecvar.pas

+ 1 - 1
compiler/pdecvar.pas

@@ -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;