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: Martin Storsjö <martin@martin.st>
pull/272/head
Martin Storsjö 7 years ago
parent fbd63170bc
commit 69ac24e556
  1. 2
      libavutil/aarch64/asm.S

@ -23,7 +23,7 @@
#ifdef __ELF__
# define ELF
#else
# define ELF #
# define ELF #
#endif
#if HAVE_AS_FUNC

Loading…
Cancel
Save