mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
* fixed compilation on arm
git-svn-id: trunk@5070 -
This commit is contained in:
parent
69a2144170
commit
cd5861a01e
@ -676,7 +676,7 @@ type
|
|||||||
* to produce the hexadecimal values shown.
|
* to produce the hexadecimal values shown.
|
||||||
*
|
*
|
||||||
}
|
}
|
||||||
function fpc_exp_real(d: Double):Double;compilerproc;
|
function fpc_exp_real(d: ValReal):ValReal;compilerproc;
|
||||||
const
|
const
|
||||||
one = 1.0;
|
one = 1.0;
|
||||||
halF : array[0..1] of double = (0.5,-0.5);
|
halF : array[0..1] of double = (0.5,-0.5);
|
||||||
|
Loading…
Reference in New Issue
Block a user