x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / opcodes / aarch64-dis.c
index abed2d824c5b22075d77a78038dba389844742cc..8b213078e401a44a7c19f09be7b731e8abd73b3e 100644 (file)
@@ -1,5 +1,5 @@
 /* aarch64-dis.c -- AArch64 disassembler.
-   Copyright (C) 2009-2019 Free Software Foundation, Inc.
+   Copyright (C) 2009-2020 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of the GNU opcodes library.
@@ -2972,7 +2972,7 @@ aarch64_opcode_decode (const aarch64_opcode *opcode, const aarch64_insn code,
       DEBUG_TRACE ("constraint matching FAIL");
     }
 
-decode_fail:
+ decode_fail:
   return FALSE;
 }
 \f
This page took 0.024462 seconds and 4 git commands to generate.