Remove accidental case duplication.
authorJeff Law <law@redhat.com>
Thu, 23 Sep 1999 15:58:08 +0000 (15:58 +0000)
committerJeff Law <law@redhat.com>
Thu, 23 Sep 1999 15:58:08 +0000 (15:58 +0000)
opcodes/hppa-dis.c

index 5925217..c8f1e9a 100644 (file)
@@ -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;