Switch from C++ style comment to C style.
authorNick Clifton <nickc@redhat.com>
Mon, 25 Aug 1997 16:41:18 +0000 (16:41 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 25 Aug 1997 16:41:18 +0000 (16:41 +0000)
gas/config/tc-v850.c

index dcec5d998d9e12f151ba476f91ecdc19feafdce6..1ad902246ae498f2280e546dbf5b2f8085a760e0 100644 (file)
@@ -885,7 +885,7 @@ md_assemble (str)
          hold = input_line_pointer;
          input_line_pointer = str;
          
-//fprintf (stderr, "operand: %s   index = %d, opcode = %s\n", input_line_pointer, opindex_ptr - opcode->operands, opcode->name );
+/*fprintf (stderr, "operand: %s   index = %d, opcode = %s\n", input_line_pointer, opindex_ptr - opcode->operands, opcode->name );*/
 
          /* lo(), hi(), hi0(), etc... */
          if ((reloc = v850_reloc_prefix()) != BFD_RELOC_UNUSED)
@@ -1075,7 +1075,7 @@ md_assemble (str)
              if (errmsg)
                goto error;
              
-//fprintf (stderr, "insn: %x, operand %d, op: %d, add_number: %d\n", insn, opindex_ptr - opcode->operands, ex.X_op, ex.X_add_number );
+/*fprintf (stderr, "insn: %x, operand %d, op: %d, add_number: %d\n", insn, opindex_ptr - opcode->operands, ex.X_op, ex.X_add_number );*/
 
              switch (ex.X_op) 
                {
This page took 0.025529 seconds and 4 git commands to generate.