mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* compilation on targets without fpu fixed
git-svn-id: trunk@45638 -
This commit is contained in:
parent
b2ed667a86
commit
dbd14206c9
@ -2139,7 +2139,7 @@ var
|
|||||||
hs : string;
|
hs : string;
|
||||||
code : ValSInt;
|
code : ValSInt;
|
||||||
begin
|
begin
|
||||||
v:=0.0;
|
v:=0;
|
||||||
if not CheckRead(f) then
|
if not CheckRead(f) then
|
||||||
Exit;
|
Exit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user