Skip to content
Snippets Groups Projects
Commit 69ac24e5 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

aarch64: Get rid of a stray double space


The extra space got included as part of the expansion of ELF, which
later interfered with gas-preprocessor which earlier only stripped out
leftover lines starting with '#' if the line started with that char.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent fbd63170
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
#ifdef __ELF__
# define ELF
#else
# define ELF #
# define ELF #
#endif
#if HAVE_AS_FUNC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment