From 69138680ad77d102be169c65957f003f003a6687 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 19 Sep 1999 17:36:54 +0000 Subject: * hppa-dis.c (print_insn_hppa): Handle 'B' operand. --- opcodes/hppa-dis.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'opcodes/hppa-dis.c') diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index d0647ea..a1efd87 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -902,6 +902,9 @@ print_insn_hppa (memaddr, info) float_format_names[GET_FIELD (insn, 20, 20)]); break; + case 'B': + fputs_filtered (",pop", info); + break; case 'M': fputs_filtered (",push", info); break; -- cgit v1.1