소스 검색

* comment in eabi code fixed

git-svn-id: trunk@9163 -
florian 18 년 전
부모
커밋
0cb965fdbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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