diff options
Diffstat (limited to 'gas/config/tc-pj.c')
-rw-r--r-- | gas/config/tc-pj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-pj.c b/gas/config/tc-pj.c index 849f905..61fada7 100644 --- a/gas/config/tc-pj.c +++ b/gas/config/tc-pj.c @@ -252,7 +252,7 @@ md_assemble (char *str) if (nlen == 0) as_bad (_("can't find opcode ")); - opcode = (pj_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) |