Explorar o código

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

git-svn-id: trunk@47164 -
pierre %!s(int64=4) %!d(string=hai) anos
pai
achega
297f468cd6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;