summaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2005-07-17 02:26:26 +0000
committerDave Anglin <dave.anglin@nrc.ca>2005-07-17 02:26:26 +0000
commit50450875c425be91bc0835ecb2d542d95310a81c (patch)
treede94e3f6daf096dd1530bfc890b91493679a1482 /opcodes/hppa-dis.c
parentc0a13a4875dca9a3363b1e9e3afff1d86067247e (diff)
downloadbinutils-redhat-50450875c425be91bc0835ecb2d542d95310a81c.tar.gz
* 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c
index 56f355e87d..df05a7589f 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)