From: Jeff Law Date: Thu, 23 Sep 1999 15:58:08 +0000 (+0000) Subject: Remove accidental case duplication. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4df56c400334a4ccdd4686ccfdead78e2d81661;p=binutils-gdb.git Remove accidental case duplication. --- diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index 59252170875..c8f1e9a3a3f 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -1081,10 +1081,6 @@ print_insn_hppa (memaddr, info) + extract_22 (insn)), info); break; - case 'Y': - /* be,l %sr0,%r31 implicit output. */ - (*info->fprintf_func) (info->stream, "%%sr0,%%r31"); - break; case 'L': fputs_filtered (",%r2", info); break;