mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 15:29:14 +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;
|
procedure TZ80AddNode.second_cmpordinal;
|
||||||
begin
|
begin
|
||||||
if is_32bit(left.resultdef) or is_16bit(left.resultdef) then
|
if left.resultdef.size>=2 then
|
||||||
second_cmp16_32_64bit
|
second_cmp16_32_64bit
|
||||||
else
|
else
|
||||||
second_cmp;
|
second_cmp;
|
||||||
|
Loading…
Reference in New Issue
Block a user