Browse Source

* comment in eabi code fixed

git-svn-id: trunk@9163 -
florian 17 years ago
parent
commit
0cb965fdbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/arm/syscall.inc

+ 1 - 1
rtl/linux/arm/syscall.inc

@@ -28,7 +28,7 @@ function FpSysCall(sysnr:TSysParam):TSysResult; assembler; nostackframe; [public
   Perform syscall and set errno variable if needed.
 }
 asm
-  { for now we are lazy }
+  // for now we are lazy
   mov   r7,r0
   mov   r0,r1
   mov   r1,r2