diff options
Diffstat (limited to 'gas/config/tc-mn10200.c')
-rw-r--r-- | gas/config/tc-mn10200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mn10200.c b/gas/config/tc-mn10200.c index 657f591..db66e20 100644 --- a/gas/config/tc-mn10200.c +++ b/gas/config/tc-mn10200.c @@ -884,7 +884,7 @@ md_assemble (char *str) *s++ = '\0'; /* Find the first opcode with the proper name. */ - opcode = (struct mn10200_opcode *) str_hash_find (mn10200_hash, str); + opcode = str_hash_find (mn10200_hash, str); if (opcode == NULL) { as_bad (_("Unrecognized opcode: `%s'"), str); |