2
0
Эх сурвалжийг харах

* fixed broken fpu type setting in 2.1.1

git-svn-id: trunk@3586 -
florian 19 жил өмнө
parent
commit
64f51612d4

+ 1 - 1
compiler/globals.pas

@@ -2020,7 +2020,7 @@ end;
         for t:=low(tfputype) to high(tfputype) do
         for t:=low(tfputype) to high(tfputype) do
           if fputypestr[t]=s then
           if fputypestr[t]=s then
             begin
             begin
-              aktfputype:=t;
+              a:=t;
               result:=true;
               result:=true;
               break;
               break;
             end;
             end;