forked from Imagelibrary/binutils-gdb
* config/tc-alpha.h: Fix formatting.
* config/tc-arc.c: Likewise. * config/tc-d10v.h: Likewise. * config/tc-hppa.c: Likewise. * config/tc-i370.c: Likewise. * config/tc-i386.h: Likewise. * config/tc-i960.h: Likewise. * config/tc-ia64.c: Likewise. * config/tc-ia64.h: Likewise. * config/tc-m32r.c: Likewise. * config/tc-m68k.c: Likewise. * config/tc-m88k.c: Likewise. * config/tc-ns32k.c: Likewise. * config/tc-pdp11.c: Likewise. * config/tc-pj.h: Likewise. * config/tc-s390.c: Likewise. * config/tc-sparc.c: Likewise. * config/tc-sparc.h: Likewise. * config/tc-tic80.c: Likewise. * config/tc-w65.h: Likewise.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user