浏览代码

* fixed case code for ARM.

git-svn-id: trunk@5402 -
yury 18 年之前
父节点
当前提交
347af4dbe4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/arm/narmset.pas

+ 1 - 1
compiler/arm/narmset.pas

@@ -202,7 +202,7 @@ implementation
            else
               begin
                 cond_lt:=F_HI;
-                cond_le:=F_CS;
+                cond_le:=F_LS;
              end;
            { do we need to generate cmps? }
            if (with_sign and (min_label<0)) then