diff options
Diffstat (limited to 'gas/config/tc-tic4x.c')
-rw-r--r-- | gas/config/tc-tic4x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index 8707180..ec6753c 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -2640,7 +2640,7 @@ md_assemble (str) if ((i = tic4x_operands_parse (s, insn->operands, 0)) < 0) { - insn->inst = NULL; /* Flag that error occured. */ + insn->inst = NULL; /* Flag that error occurred. */ insn->parallel = 0; insn->in_use = 0; return; |