mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* fixed case for ppc64 with 64 bit values
git-svn-id: trunk@5461 -
This commit is contained in:
parent
b41c939202
commit
f4cb8c1bef
@ -216,7 +216,7 @@ implementation
|
||||
begin
|
||||
{ do we need to generate cmps? }
|
||||
if (with_sign and (min_label<0)) or
|
||||
(opsize = OS_INT) then
|
||||
(opsize in [OS_32,OS_64,OS_S64]) then
|
||||
genlinearcmplist(hp)
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user