aarch64: use '#' for whole line asm comments
authorJanne Grunau <janne-libav@jannau.net>
Fri, 30 May 2014 14:57:44 +0000 (16:57 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 3 Jun 2014 12:23:02 +0000 (14:23 +0200)
Both gnu as and clang treat lines starting with '#' as comments if they
aren't consumed by the C-style preprocessor.
Using '//' does not work with clang since comments are removed before
macro expansion.

libavutil/aarch64/asm.S

index b23eb4f..3690a33 100644 (file)
@@ -23,7 +23,7 @@
 #ifdef __ELF__
 #   define ELF
 #else
-#   define ELF //
+#   define ELF  #
 #endif
 
 .macro  function name, export=0, align=2