* for Aarch64 inline assembly comments need to start with //

git-svn-id: trunk@47123 -
This commit is contained in:
svenbarth 2020-10-18 08:52:41 +00:00
parent a19ec44b97
commit 5a68b2218a

View File

@ -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}