diff options
Diffstat (limited to 'gas/config/tc-d30v.c')
-rw-r--r-- | gas/config/tc-d30v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index c3c58d1..76827d5 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -1387,7 +1387,7 @@ do_assemble (char *str, } /* Find the first opcode with the proper name. */ - opcode->op = (struct d30v_opcode *) str_hash_find (d30v_hash, name); + opcode->op = str_hash_find (d30v_hash, name); if (opcode->op == NULL) { as_bad (_("unknown opcode: %s"), name); |