Power10 dcbf, sync, and wait extensions.
[deliverable/binutils-gdb.git] / opcodes / nfp-dis.c
index 38390a9798dc28a7166cc2facc9160839c48858f..aac3903899cb0585eaeb5aa727b13df79742e6e8 100644 (file)
@@ -1,5 +1,5 @@
 /* Print NFP instructions for objdump.
-   Copyright (C) 2017-2018 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
    Contributed by Francois H. Theron <francois.theron@netronome.com>
 
    This file is part of the GNU opcodes library.
@@ -2958,7 +2958,7 @@ print_insn_nfp (bfd_vma addr, struct disassemble_info *dinfo)
 
   err = _print_instrs (addr, dinfo, &opts);
 
-end:
+ end:
   if (err != 8)
     dinfo->fprintf_func (dinfo->stream, "\t # ERROR");
   if (err == _NFP_ERR_CONT)
This page took 0.02315 seconds and 4 git commands to generate.