diff options
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r-- | gas/config/tc-h8300.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index eeee4c8..12456b2 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -1937,8 +1937,7 @@ md_assemble (char *str) while (*++slash) *slash = TOLOWER (*slash); - instruction = (const struct h8_instruction *) - str_hash_find (opcode_hash_control, op_start); + instruction = str_hash_find (opcode_hash_control, op_start); if (instruction == NULL) { |