aboutsummaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 18:19:56 +0000
committerJeff Law <law@redhat.com>1999-09-18 18:19:56 +0000
commit46e36b17b0368f10d11e66029f3ed3a1c1753726 (patch)
tree75cd553eb749771cd7a21d9924d0d1970b252b1e /opcodes/hppa-dis.c
parente061d86ffddc6e21cc949775f957db933ee741b7 (diff)
downloadgdb-46e36b17b0368f10d11e66029f3ed3a1c1753726.zip
gdb-46e36b17b0368f10d11e66029f3ed3a1c1753726.tar.gz
gdb-46e36b17b0368f10d11e66029f3ed3a1c1753726.tar.bz2
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
operand.
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 4c2c6ce..f0057c2 100644
--- a/opcodes/hppa-dis.c
+++ b/opcodes/hppa-dis.c
@@ -345,7 +345,7 @@ print_insn_hppa (memaddr, info)
(*info->fprintf_func) (info->stream, "%s", opcode->name);
- if (!strchr ("cfCY?-+nHNZFIu", opcode->args[0]))
+ if (!strchr ("cfCY?-+nHNZFIuv", opcode->args[0]))
(*info->fprintf_func) (info->stream, " ");
for (s = opcode->args; *s != '\0'; ++s)
{