浏览代码

* { ... } is no a longer valid comment in aarch64 assembler

git-svn-id: trunk@49215 -
florian 4 年之前
父节点
当前提交
9969da24e1
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      tests/tbs/tb0669.pp

+ 4 - 4
tests/tbs/tb0669.pp

@@ -15,15 +15,15 @@ end;
 function FpSysCall(sysnr:TSysParam):TSysResult;
 assembler; nostackframe;
 asm
-  {mov w8,w0
+  (* mov w8,w0
   svc #0
   tbz x0,#63,.Ldone
   str x30,[sp,#-16]!
-  neg x0,x0}
+  neg x0,x0 *)
   bl seterrno
-  {ldr x30,[sp],#16
+  (* ldr x30,[sp],#16
   mov x0,#-1
-.Ldone:}
+.Ldone: *)
 end;
 
 begin