X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=opcodes%2Falpha-dis.c;h=0d0b77ed9eab950797d9ba845861647fd7101008;hb=c9dc8fbd9bd8b3526213c6aa0f1fcbe38dfba611;hp=656e92543a6805f2823b1a206a4a6e7c3a40fc06;hpb=88c1242dc0a1e1ab582a65ea8bd05eb5f244c59b;p=binutils-gdb.git diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c index 656e92543a6..0d0b77ed9ea 100644 --- a/opcodes/alpha-dis.c +++ b/opcodes/alpha-dis.c @@ -1,5 +1,5 @@ /* alpha-dis.c -- Disassemble Alpha AXP instructions - Copyright (C) 1996-2017 Free Software Foundation, Inc. + Copyright (C) 1996-2022 Free Software Foundation, Inc. Contributed by Richard Henderson , patterned after the PPC opcode handling written by Ian Lance Taylor. @@ -146,7 +146,7 @@ print_insn_alpha (bfd_vma memaddr, struct disassemble_info *info) return 4; -found: + found: (*info->fprintf_func) (info->stream, "%s", opcode->name); if (opcode->operands[0] != 0) (*info->fprintf_func) (info->stream, "\t");