浏览代码

* fixed case for ppc64 with 64 bit values

git-svn-id: trunk@5461 -
Jonas Maebe 19 年之前
父节点
当前提交
f4cb8c1bef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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