mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 20:49:16 +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
|
begin
|
||||||
result:=
|
result:=
|
||||||
inherited and
|
inherited and
|
||||||
(tx86pointerdef(voidcodepointertype).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
(tx86pointerdef(address_type).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
result:=
|
result:=
|
||||||
inherited and
|
inherited and
|
||||||
(tx86pointerdef(voidcodepointertype).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
(tx86pointerdef(address_type).x86pointertyp=tx86pointerdef(ptr).x86pointertyp);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user