From 5ff98e006b278d1049e1a84f2d02242b1981adf1 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 23 Jan 1998 06:01:23 +0000 Subject: [PATCH] * config/tc-txvu.c (assemble_insn): Commas moved to opcode table. --- gas/config/tc-txvu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gas/config/tc-txvu.c b/gas/config/tc-txvu.c index ac7ca12edec..7da6b94538b 100644 --- a/gas/config/tc-txvu.c +++ b/gas/config/tc-txvu.c @@ -299,6 +299,7 @@ assemble_insn (str, lower_p, buf) if (operand->flags & TXVU_OPERAND_SUFFIX) as_fatal ("bad opcode table, suffix wrong"); +#if 0 /* commas are in the syntax string now */ /* If this is not the first, there must be a comma. */ if (num_operands > 0) { @@ -306,6 +307,7 @@ assemble_insn (str, lower_p, buf) break; ++str; } +#endif /* Is there anything left to parse? We don't check for this at the top because we want to parse -- 2.30.2