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 45f54ac..285cdf6 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -1703,7 +1703,7 @@ md_operand (expressionP) while (ext_oper) { l = strlen (ext_oper->operand.name); - if (!strncmp (p, ext_oper->operand.name, l) && !isalnum(*(p + l))) + if (!strncmp (p, ext_oper->operand.name, l) && !isalnum (*(p + l))) { input_line_pointer += l + 1; expressionP->X_op = O_register; |