mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 03:29:41 +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}
|
||||
function fpc_int_real(d : ValReal) : ValReal;assembler;nostackframe;compilerproc;
|
||||
asm
|
||||
{ round as floating point towards zero }
|
||||
// { round as floating point towards zero }
|
||||
frintz d0,d0
|
||||
end;
|
||||
{$endif FPC_SYSTEM_HAS_INT}
|
||||
|
Loading…
Reference in New Issue
Block a user