From 0aea0460feff2ff0df8c274e4d3e4f12974743fd Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Sun, 17 Jul 2005 02:26:26 +0000 Subject: * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode mfctl disassembly. --- 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 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) -- cgit v1.1