summaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-23 16:09:23 +0000
committerJeff Law <law@redhat.com>1999-09-23 16:09:23 +0000
commit41fdb64f371c1a624e3c5095a4a983ab1424246d (patch)
tree9f1c5fb172f8de24876a6260b2d0f31b9572d8d7 /opcodes/hppa-dis.c
parent49c570403c10af9730807a59fe06b0d6fc5f71fa (diff)
downloadbinutils-redhat-41fdb64f371c1a624e3c5095a4a983ab1424246d.tar.gz
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 5925217087..c8f1e9a3a3 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;