mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:39:24 +02:00
* for Aarch64 inline assembly comments need to start with //
git-svn-id: trunk@47123 -
This commit is contained in:
parent
a19ec44b97
commit
5a68b2218a
@ -55,7 +55,7 @@
|
|||||||
{$define FPC_SYSTEM_HAS_INT}
|
{$define FPC_SYSTEM_HAS_INT}
|
||||||
function fpc_int_real(d : ValReal) : ValReal;assembler;nostackframe;compilerproc;
|
function fpc_int_real(d : ValReal) : ValReal;assembler;nostackframe;compilerproc;
|
||||||
asm
|
asm
|
||||||
{ round as floating point towards zero }
|
// { round as floating point towards zero }
|
||||||
frintz d0,d0
|
frintz d0,d0
|
||||||
end;
|
end;
|
||||||
{$endif FPC_SYSTEM_HAS_INT}
|
{$endif FPC_SYSTEM_HAS_INT}
|
||||||
|
Loading…
Reference in New Issue
Block a user