Explorar o código

* fixed case for ppc64 with 64 bit values

git-svn-id: trunk@5461 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
f4cb8c1bef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ppcgen/ngppcset.pas

+ 1 - 1
compiler/ppcgen/ngppcset.pas

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