mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 18:50:17 +02:00
* treat the nil node as equal to near, far and all the special x86 pointer types
git-svn-id: trunk@24851 -
This commit is contained in:
parent
2809ed6fb9
commit
6431ebe7f3
@ -1282,7 +1282,10 @@ implementation
|
||||
{ check for far pointers }
|
||||
if (tpointerdef(def_from).x86pointertyp<>tpointerdef(def_to).x86pointertyp) then
|
||||
begin
|
||||
eq:=te_incompatible;
|
||||
if fromtreetype=niln then
|
||||
eq:=te_equal
|
||||
else
|
||||
eq:=te_incompatible;
|
||||
end
|
||||
else
|
||||
{$endif x86}
|
||||
|
Loading…
Reference in New Issue
Block a user