소스 검색

* finally fixed case code generation for ARM.

git-svn-id: trunk@5437 -
yury 19 년 전
부모
커밋
257a76d6c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/arm/narmset.pas

+ 1 - 1
compiler/arm/narmset.pas

@@ -201,7 +201,7 @@ implementation
              end
            else
               begin
-                cond_lt:=F_HI;
+                cond_lt:=F_CC;
                 cond_le:=F_LS;
              end;
            { do we need to generate cmps? }