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 | 25ef477f61afa0ec1c42a2f1beee6c39588ef46e (patch) | |
tree | 41e4403984a56cfa07b66635eb6a92a13760c616 | |
parent | 3ea80b3388293b9a6362cefbf05f758d91c9596d (diff) | |
download | fsf-binutils-gdb-25ef477f61afa0ec1c42a2f1beee6c39588ef46e.zip fsf-binutils-gdb-25ef477f61afa0ec1c42a2f1beee6c39588ef46e.tar.gz fsf-binutils-gdb-25ef477f61afa0ec1c42a2f1beee6c39588ef46e.tar.bz2 |
Fix oops.
-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 ef2112c..8e48d67 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; |