projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0fa4d
)
aarch64: use '#' for whole line asm comments
author
Janne Grunau
<janne-libav@jannau.net>
Fri, 30 May 2014 14:57:44 +0000
(16:57 +0200)
committer
Janne 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
patch
|
blob
|
history
diff --git
a/libavutil/aarch64/asm.S
b/libavutil/aarch64/asm.S
index b23eb4f8124f24f74c5f775414647535cd5b206b..3690a33af67dec4898c14f523b274352b8dec8d9 100644
(file)
--- a/
libavutil/aarch64/asm.S
+++ b/
libavutil/aarch64/asm.S
@@
-23,7
+23,7
@@
#ifdef __ELF__
# define ELF
#else
-# define ELF
//
+# define ELF
#
#endif
.macro function name, export=0, align=2