+ parentfpvoidpointertype changed to a near 'ss' pointer on i8086

git-svn-id: trunk@27689 -
This commit is contained in:
nickysn 2014-04-29 23:17:22 +00:00
parent 7da8719036
commit a7e5896504

View File

@ -289,7 +289,7 @@ implementation
charpointertype:=cpointerdef.create(cansichartype);
widecharpointertype:=cpointerdef.create(cwidechartype);
{$ifdef i8086}
parentfpvoidpointertype:=tcpupointerdefclass(cpointerdef).createx86(voidtype,x86pt_near);
parentfpvoidpointertype:=tcpupointerdefclass(cpointerdef).createx86(voidtype,x86pt_near_ss);
{$else i8086}
parentfpvoidpointertype:=cpointerdef.create(voidtype);
{$endif i8086}