* dw2gencfi.c (struct cfi_escape_data): New.
[binutils-gdb.git] / include / xtensa-isa-internal.h
index d2244c510a569ea3eb318dcd7a402e858745f969..7f221eae48ed87028005077b06182dee0d7efc17 100644 (file)
@@ -104,7 +104,7 @@ typedef struct xtensa_isa_internal_struct
 
 typedef struct xtensa_isa_module_struct
 {
-  const int (*get_num_opcodes_fn) (void);
+  int (*get_num_opcodes_fn) (void);
   xtensa_opcode_internal **(*get_opcodes_fn) (void);
   int (*decode_insn_fn) (const xtensa_insnbuf);
   struct config_struct *(*get_config_table_fn) (void);