* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
authorJeff Law <law@redhat.com>
Sat, 18 Sep 1999 18:19:56 +0000 (18:19 +0000)
committerJeff Law <law@redhat.com>
Sat, 18 Sep 1999 18:19:56 +0000 (18:19 +0000)
        operand.

opcodes/ChangeLog
opcodes/hppa-dis.c

index 3d361fc59bb9125cfa1b9a021377fcd67b02140d..cc559a968a753359f853eb88a61a482ff1a61426 100644 (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
index 4c2c6ce6f86ef4f507786ea4183eab904beb9ede..f0057c2ee279fd45ad58aa99e851ef8ef1a8c772 100644 (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)
            {
This page took 0.027964 seconds and 4 git commands to generate.