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 | e4b401939a913329b4a2373fd5dc4e2f254db250 (patch) | |
tree | cf6fb2ccb9e3aa057ee05dc85aae5771829abaa0 /opcodes/hppa-dis.c | |
parent | eeb955261e50a4c3cb97cb333d257c16a80b1735 (diff) | |
download | gdb-e4b401939a913329b4a2373fd5dc4e2f254db250.tar.gz |
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 59252170875..c8f1e9a3a3f 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; |