diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2005-07-17 02:26:26 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2005-07-17 02:26:26 +0000 |
commit | 0aea0460feff2ff0df8c274e4d3e4f12974743fd (patch) | |
tree | cd5b9e0bcb84c695abb43d2012069b31ebd18cea /opcodes/hppa-dis.c | |
parent | 8126167be051ed7755fccfe52d9284f7ffc05295 (diff) | |
download | fsf-binutils-gdb-0aea0460feff2ff0df8c274e4d3e4f12974743fd.zip fsf-binutils-gdb-0aea0460feff2ff0df8c274e4d3e4f12974743fd.tar.gz fsf-binutils-gdb-0aea0460feff2ff0df8c274e4d3e4f12974743fd.tar.bz2 |
* hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
mfctl disassembly.
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 56f355e..df05a75 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -618,7 +618,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info) read_write_names[GET_FIELD (insn, 25, 25)]); break; case 'W': - (*info->fprintf_func) (info->stream, ",w"); + (*info->fprintf_func) (info->stream, ",w "); break; case 'r': if (GET_FIELD (insn, 23, 26) == 5) |