From: Jeff Law Date: Wed, 28 Jul 1999 10:36:38 +0000 (+0000) Subject: Fix oops. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25ef477f61afa0ec1c42a2f1beee6c39588ef46e;p=binutils-gdb.git Fix oops. --- 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;