diff options
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 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) { |