summaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 19:11:39 +0000
committerJeff Law <law@redhat.com>1999-09-18 19:11:39 +0000
commitb8660334e9f582bfa24722a474eeaeb20145d053 (patch)
tree0f99f66bb0747b819343caff3cd381a374cdb309 /opcodes/hppa-dis.c
parent36a1ab3a9e350352f95ad8e436d0ddca91dbb402 (diff)
downloadgdb-b8660334e9f582bfa24722a474eeaeb20145d053.tar.gz
* hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r--opcodes/hppa-dis.c2
1 files changed, 1 insertions, 1 deletions
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':