diff options
author | Jeff Law <law@redhat.com> | 1999-07-28 10:36:38 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-07-28 10:36:38 +0000 |
commit | 4721d0b928b76a196bd6cfecb44311e50cad4405 (patch) | |
tree | d154759aff61406106d2fd0e64c0394acb2c4dab /opcodes | |
parent | 27375cf3b7bdf70e9d38487755da3214a6843b67 (diff) | |
download | gdb-4721d0b928b76a196bd6cfecb44311e50cad4405.tar.gz |
Fix oops.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/hppa-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index ef2112cd5bc..8e48d678e91 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; |