diff options
Diffstat (limited to 'gas/config/tc-ft32.c')
-rw-r--r-- | gas/config/tc-ft32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ft32.c b/gas/config/tc-ft32.c index 50958d5..83d3e1f 100644 --- a/gas/config/tc-ft32.c +++ b/gas/config/tc-ft32.c @@ -230,7 +230,7 @@ md_assemble (char *str) if (nlen == 0) as_bad (_("can't find opcode ")); - opcode = (ft32_opc_info_t *) str_hash_find (opcode_hash_control, op_start); + opcode = str_hash_find (opcode_hash_control, op_start); *op_end = pend; if (opcode == NULL) |