From b8660334e9f582bfa24722a474eeaeb20145d053 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 18 Sep 1999 19:11:39 +0000 Subject: * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer. --- opcodes/hppa-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/hppa-dis.c') diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index f0057c2ee27..0009686fd99 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -701,7 +701,7 @@ print_insn_hppa (memaddr, info) (*info->fprintf_func) (info->stream, " "); break; case 'X': - (*info->fprintf_func) (info->stream, "%s", + (*info->fprintf_func) (info->stream, "%s ", shift_cond_64_names[GET_FIELD (insn, 16, 18)]); break; case 'B': -- cgit v1.2.1