mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 14:50:38 +02:00
* do a 32-bit comparison on far and huge pointers
git-svn-id: trunk@25110 -
This commit is contained in:
parent
0d565aeba9
commit
2a64ba0ad3
@ -583,7 +583,7 @@ interface
|
||||
|
||||
procedure ti8086addnode.second_cmpordinal;
|
||||
begin
|
||||
if is_32bit(left.resultdef) then
|
||||
if is_32bit(left.resultdef) or is_farpointer(left.resultdef) or is_hugepointer(left.resultdef) then
|
||||
second_cmp32bit
|
||||
else
|
||||
inherited second_cmpordinal;
|
||||
|
Loading…
Reference in New Issue
Block a user