From b2ad2e64734b5a3f61ef358bc2c0e26279324298 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 20 Jul 1993 00:22:35 +0000 Subject: * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'. --- 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 f83d770..93b7ea3 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -486,6 +486,9 @@ print_insn_hppa (memaddr, info) case 'V': fput_const (extract_5_store (insn), info); break; + case 'r': + fput_const (extract_5r_store (insn), info); + break; case 'R': fput_const (extract_5R_store (insn), info); break; -- cgit v1.1