mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-29 17:02:13 +01:00
* fixed trunc for abs(value) < 1
This commit is contained in:
parent
7e328ccf29
commit
12bf88080f
@ -204,8 +204,6 @@ type
|
||||
begin
|
||||
if aExp<$3fe then
|
||||
begin
|
||||
if (aExp or aSig)<>0 then
|
||||
HandleError(207);
|
||||
result:=0;
|
||||
exit;
|
||||
end;
|
||||
@ -1246,7 +1244,10 @@ function fpc_int64_to_double(i : int64): double; compilerproc;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.25 2004-10-03 14:00:21 florian
|
||||
Revision 1.26 2004-10-03 14:09:39 florian
|
||||
* fixed trunc for abs(value) < 1
|
||||
|
||||
Revision 1.25 2004/10/03 14:00:21 florian
|
||||
+ made generic trunc 64 bit aware
|
||||
|
||||
Revision 1.24 2004/05/31 20:25:04 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user