aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-d10v.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1997-01-30 20:35:02 +0000
committerFred Fish <fnf@specifix.com>1997-01-30 20:35:02 +0000
commitf1ce6af4fe6a6d71b83af1dde4ad879b93776bcc (patch)
tree4ad7b14fdf6da6db6815ff9e7546d6e44e605626 /gas/config/tc-d10v.c
parentf28d34be74d5d64cd74d0011565f7d5ae9dd72a3 (diff)
downloadbinutils-f1ce6af4fe6a6d71b83af1dde4ad879b93776bcc.zip
binutils-f1ce6af4fe6a6d71b83af1dde4ad879b93776bcc.tar.gz
binutils-f1ce6af4fe6a6d71b83af1dde4ad879b93776bcc.tar.bz2
* config/tc-d10v.c (find_opcode): Remove unused variable "numops".
* config/tc-tic80.c: Many additions to previous placeholder file. * config/tc-tic80.h: Ditto.
Diffstat (limited to 'gas/config/tc-d10v.c')
-rw-r--r--gas/config/tc-d10v.c4
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 */