aboutsummaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-23 15:58:08 +0000
committerJeff Law <law@redhat.com>1999-09-23 15:58:08 +0000
commite4df56c400334a4ccdd4686ccfdead78e2d81661 (patch)
treef3718d27edbcd9f6dd58bf71161e8d5e5531f0da /opcodes/hppa-dis.c
parent146e763ae3650b11308e33bc7ac17308319a52f5 (diff)
downloadgdb-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.c4
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;