diff options
Diffstat (limited to 'gas/config/tc-d10v.c')
-rw-r--r-- | gas/config/tc-d10v.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index e22fe27..1ee1550 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -1057,11 +1057,11 @@ find_opcode (opcode, myops) struct d10v_opcode *opcode; expressionS myops[]; { - int i, match, done, numops; + int i, match, done; struct d10v_opcode *next_opcode; /* get all the operands and save them as expressions */ - numops = get_operands (myops); + get_operands (myops); /* now see if the operand is a fake. If so, find the correct size */ /* instruction, if possible */ |