aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-txvu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-txvu.c')
-rw-r--r--gas/config/tc-txvu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/config/tc-txvu.c b/gas/config/tc-txvu.c
index 502f28a..26d4f35 100644
--- a/gas/config/tc-txvu.c
+++ b/gas/config/tc-txvu.c
@@ -234,6 +234,7 @@ assemble_insn (str, lower_p, buf)
{
if (operand->insert)
{
+ errmsg = NULL;
insn = (*operand->insert) (insn, operand, mods, 0, &errmsg);
/* If we get an error, go on to try the next insn. */
if (errmsg)
@@ -768,9 +769,7 @@ txvu_insert_operand (insn, operand, mods, val, file, line)
if (operand->insert)
{
- const char *errmsg;
-
- errmsg = NULL;
+ const char *errmsg = NULL;
insn = (*operand->insert) (insn, operand, mods, (long) val, &errmsg);
if (errmsg != (const char *) NULL)
as_warn (errmsg);