diff options
author | Jeff Law <law@redhat.com> | 1999-09-18 19:11:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-18 19:11:39 +0000 |
commit | e46def7bdf17a8e26570efa7c77fb2d6d8a45b79 (patch) | |
tree | 75a43704cbdd48b0ffc2049360925f84898aa33c /opcodes/hppa-dis.c | |
parent | 46e36b17b0368f10d11e66029f3ed3a1c1753726 (diff) | |
download | gdb-e46def7bdf17a8e26570efa7c77fb2d6d8a45b79.zip gdb-e46def7bdf17a8e26570efa7c77fb2d6d8a45b79.tar.gz gdb-e46def7bdf17a8e26570efa7c77fb2d6d8a45b79.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index f0057c2..0009686 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': |