diff options
Diffstat (limited to 'gas/config/tc-arc.c')
-rw-r--r-- | gas/config/tc-arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index fd648b7..a606078 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -2517,7 +2517,7 @@ md_assemble (char *str) struct arc_flags flags[MAX_INSN_FLGS]; /* Split off the opcode. */ - opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_0123468"); + opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_0123456789"); opname = xmemdup0 (str, opnamelen); /* Signalize we are assembling the instructions. */ |