mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 20:00:15 +02:00
* use default helpers for now
git-svn-id: trunk@5556 -
This commit is contained in:
parent
6d2e5027b3
commit
d127e002d8
@ -11,14 +11,16 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$WARNING FIX ME!! dummy int64_to_double}
|
{$WARNING FIX ME!! dummy int64_to_double
|
||||||
function fpc_int64_to_double(i: int64): double; compilerproc;
|
function fpc_int64_to_double(i: int64): double; compilerproc;
|
||||||
assembler;
|
assembler;
|
||||||
asm
|
asm
|
||||||
end;
|
end;
|
||||||
|
}
|
||||||
|
|
||||||
{$WARNING FIX ME!! dummy longword_to_double}
|
{$WARNING FIX ME!! dummy longword_to_double
|
||||||
function fpc_longword_to_double(i: longword): double; compilerproc;
|
function fpc_longword_to_double(i: longword): double; compilerproc;
|
||||||
assembler;
|
assembler;
|
||||||
asm
|
asm
|
||||||
end;
|
end;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user