Преглед на файлове

* fixed copy&paste typo

git-svn-id: trunk@11228 -
florian преди 17 години
родител
ревизия
2a5c3a3c14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -507,7 +507,7 @@ var
     roundIncrement, roundBits: int8;
     z: int32;
 begin
-    roundingMode := softsoftfloat_rounding_mode;
+    roundingMode := softfloat_rounding_mode;
     roundNearestEven := ord( roundingMode = float_round_nearest_even );
     roundIncrement := $40;
     if ( roundNearestEven=0 ) then