소스 검색

* 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