提交 68a06b3a 编写于 作者: J Janne Grunau

aarch64: use '#' for whole line asm comments

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.
上级 6a0fa4d8
......@@ -23,7 +23,7 @@
#ifdef __ELF__
# define ELF
#else
# define ELF //
# define ELF #
#endif
.macro function name, export=0, align=2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册