]> Git Repo - binutils.git/commitdiff
Remove accidental case duplication.
authorJeff Law <[email protected]>
Thu, 23 Sep 1999 15:58:08 +0000 (15:58 +0000)
committerJeff Law <[email protected]>
Thu, 23 Sep 1999 15:58:08 +0000 (15:58 +0000)
opcodes/hppa-dis.c

index 592521708755df651b1b4713ca429b8690c0e3d4..c8f1e9a3a3f18f6950c5396733a64fc926dfeaea 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;
This page took 0.032121 seconds and 4 git commands to generate.