x86: don't accept FI{LD,STP,STTP}LL in Intel syntax mode
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc.c
index 25665137761e7d114d87a8d8ab871b3608004327..9080716ca9f63e993fc7d9a3de7b11106c183874 100644 (file)
@@ -1,5 +1,5 @@
 /* aarch64-opc.c -- AArch64 opcode support.
-   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.
@@ -5109,7 +5109,7 @@ verify_constraints (const struct aarch64_inst *inst,
            }
        }
 
-done:
+    done:
       /* Add the new instruction to the sequence.  */
       memcpy (insn_sequence->current_insns + insn_sequence->next_insn++,
              inst, sizeof (aarch64_inst));
This page took 0.023887 seconds and 4 git commands to generate.