* fixed case for ppc64 with 64 bit values

git-svn-id: trunk@5461 -
This commit is contained in:
Jonas Maebe 2006-11-23 16:18:31 +00:00
parent b41c939202
commit f4cb8c1bef

View File

@ -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