瀏覽代碼

Use // comments as curly brackets not recognized as comment start inside aarch64 assembly blocks

git-svn-id: trunk@47164 -
pierre 4 年之前
父節點
當前提交
297f468cd6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/win64/system.pp

+ 2 - 2
rtl/win64/system.pp

@@ -83,8 +83,8 @@ asm
     stp fp,lr,[sp, #-16]!
 .seh_savefplr_x -16
 .seh_endprologue
-    blr x1                  { "arg" is passed in x0 }
-    nop                     { this nop is critical for exception handling }
+    blr x1                  // { "arg" is passed in x0 }
+    nop                     // { this nop is critical for exception handling }
     ldp	fp,lr,[sp], #16
 .seh_handler __FPC_default_handler,@except,@unwind
 end;