From 2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 25 Aug 1997 16:41:18 +0000 Subject: [PATCH] Switch from C++ style comment to C style. --- gas/config/tc-v850.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index dcec5d998d9..1ad902246ae 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -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) {