diff options
author | Jeff Law <law@redhat.com> | 1999-09-23 15:58:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-23 15:58:08 +0000 |
commit | e4df56c400334a4ccdd4686ccfdead78e2d81661 (patch) | |
tree | f3718d27edbcd9f6dd58bf71161e8d5e5531f0da /opcodes/hppa-dis.c | |
parent | 146e763ae3650b11308e33bc7ac17308319a52f5 (diff) | |
download | gdb-e4df56c400334a4ccdd4686ccfdead78e2d81661.zip gdb-e4df56c400334a4ccdd4686ccfdead78e2d81661.tar.gz gdb-e4df56c400334a4ccdd4686ccfdead78e2d81661.tar.bz2 |
Remove accidental case duplication.
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r-- | opcodes/hppa-dis.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index 5925217..c8f1e9a 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; |