summaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-07-28 10:36:38 +0000
committerJeff Law <law@redhat.com>1999-07-28 10:36:38 +0000
commit05a62f28d5de8bf3417bf85c3d451481430f9fe8 (patch)
treeda4149ed852bb6fa9f3ae6f0ef309c06fe49110f /opcodes/hppa-dis.c
parent313ba22d8570a209ad8dd3cd8b3106d766f051e7 (diff)
downloadbinutils-redhat-05a62f28d5de8bf3417bf85c3d451481430f9fe8.tar.gz
Fix oops.
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r--opcodes/hppa-dis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c
index ef2112cd5b..8e48d678e9 100644
--- a/opcodes/hppa-dis.c
+++ b/opcodes/hppa-dis.c
@@ -328,6 +328,7 @@ print_insn_hppa (memaddr, info)
break;
case 'E':
fput_fp_reg (GET_FIELD (insn, 6, 10), info);
+ break;
case 't':
fput_reg (GET_FIELD (insn, 27, 31), info);
break;