mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
* fixed comparison of far procvars after the hlcgllvm branch merge
git-svn-id: trunk@30357 -
This commit is contained in:
parent
bbecfeed9e
commit
c28184b697
@ -938,7 +938,7 @@ interface
|
||||
begin
|
||||
if is_farpointer(left.resultdef) then
|
||||
second_cmpfarpointer
|
||||
else if is_32bit(left.resultdef) or is_hugepointer(left.resultdef) then
|
||||
else if is_32bit(left.resultdef) or is_hugepointer(left.resultdef) or is_farprocvar(left.resultdef) then
|
||||
second_cmp32bit
|
||||
else
|
||||
inherited second_cmpordinal;
|
||||
|
Loading…
Reference in New Issue
Block a user