* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'

operand.
This commit is contained in:
Jeff Law 1999-09-18 18:19:56 +00:00
parent e061d86ffd
commit 46e36b17b0
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com)
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
operand.
* hppa-dis.c: (print_insn_hppa): Handle 'fX'.
* hppa-dis.c: (print_insn_hppa): Add missing break after

View File

@ -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)
{