diff options
Diffstat (limited to 'gas/config/tc-xtensa.c')
-rw-r--r-- | gas/config/tc-xtensa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index 6f9198a..5d5ccea 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -3721,7 +3721,7 @@ xg_assemble_literal (insn) set_expr_symbol_offset (&saved_loc, frag_now->fr_symbol, frag_now_fix ()); assert (insn->insn_type == ITYPE_LITERAL); - assert (insn->ntok = 1); /* must be only one token here */ + assert (insn->ntok == 1); /* must be only one token here */ xtensa_switch_to_literal_fragment (&state); |