aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ft32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-ft32.c')
-rw-r--r--gas/config/tc-ft32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ft32.c b/gas/config/tc-ft32.c
index fc3b181..7db5683 100644
--- a/gas/config/tc-ft32.c
+++ b/gas/config/tc-ft32.c
@@ -58,7 +58,7 @@ md_begin (void)
/* Insert names into hash table. */
for (opcode = ft32_opc_info; opcode->name; opcode++)
- str_hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
+ str_hash_insert (opcode_hash_control, opcode->name, opcode, 0);
bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0);
if (!norelax)