aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-wasm32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-wasm32.c')
-rw-r--r--gas/config/tc-wasm32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-wasm32.c b/gas/config/tc-wasm32.c
index fce12a9..b501255 100644
--- a/gas/config/tc-wasm32.c
+++ b/gas/config/tc-wasm32.c
@@ -164,7 +164,7 @@ md_begin (void)
provides a quick index to the first opcode with a particular name
in the opcode table. */
for (opcode = wasm32_opcodes; opcode->name; opcode++)
- str_hash_insert (wasm32_hash, opcode->name, (char *) opcode);
+ str_hash_insert (wasm32_hash, opcode->name, opcode, 0);
linkrelax = 0;
flag_sectname_subst = 1;