Explorar o código

* fixed case code for ARM.

git-svn-id: trunk@5402 -
yury %!s(int64=19) %!d(string=hai) anos
pai
achega
347af4dbe4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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