Ver código fonte

* Typo in r27184.

git-svn-id: trunk@27196 -
sergei 11 anos atrás
pai
commit
825900671b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -2760,7 +2760,7 @@ Procedure
               Begin
                 if ( zSign )<>0 then
                   Begin
-                    increment := flag(( roundingMode = float_round_down ) and (zSig2<>0);
+                    increment := flag(( roundingMode = float_round_down ) and (zSig2<>0));
                   End
                 else
                   Begin