Procházet zdrojové kódy

* fixed case for ppc64 with 64 bit values

git-svn-id: trunk@5461 -
Jonas Maebe před 19 roky
rodič
revize
f4cb8c1bef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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