mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 18:07:13 +01:00
* fixed broken fpu type setting in 2.1.1
git-svn-id: trunk@3586 -
This commit is contained in:
parent
e4d2d87bb9
commit
64f51612d4
@ -2020,7 +2020,7 @@ end;
|
||||
for t:=low(tfputype) to high(tfputype) do
|
||||
if fputypestr[t]=s then
|
||||
begin
|
||||
aktfputype:=t;
|
||||
a:=t;
|
||||
result:=true;
|
||||
break;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user