Browse Source

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

git-svn-id: trunk@47123 -
svenbarth 4 years ago
parent
commit
5a68b2218a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/aarch64/math.inc

+ 1 - 1
rtl/aarch64/math.inc

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