mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 05:08:06 +02:00
* make near/far procs/procvars compatible only with their matching (near vs far)
pointer type on i8086 git-svn-id: trunk@38646 -
This commit is contained in:
parent
85ca504f4a
commit
c3483d1274
@ -210,7 +210,7 @@ implementation
|
||||
begin
|
||||
result:=
|
||||
inherited and
|
||||
(tx86pointerdef(voidcodepointertype).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
||||
(tx86pointerdef(address_type).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
||||
end;
|
||||
|
||||
|
||||
@ -223,7 +223,7 @@ implementation
|
||||
begin
|
||||
result:=
|
||||
inherited and
|
||||
(tx86pointerdef(voidcodepointertype).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
||||
(tx86pointerdef(address_type).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user