mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 16:06:16 +02:00
* fix for Z80 pointer comparisons
git-svn-id: branches/z80@44986 -
This commit is contained in:
parent
22d60361a8
commit
fe8b50fed3
@ -634,7 +634,7 @@ interface
|
||||
|
||||
procedure TZ80AddNode.second_cmpordinal;
|
||||
begin
|
||||
if is_32bit(left.resultdef) or is_16bit(left.resultdef) then
|
||||
if left.resultdef.size>=2 then
|
||||
second_cmp16_32_64bit
|
||||
else
|
||||
second_cmp;
|
||||
|
Loading…
Reference in New Issue
Block a user