summaryrefslogtreecommitdiff
path: root/include/xtensa-isa-internal.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-05-09 11:36:09 +0000
committerAlan Modra <amodra@gmail.com>2003-05-09 11:36:09 +0000
commitfa48c11b73aee480efc2fdbbcaa8326ff0b7f0e5 (patch)
tree40e49ddf937e2bfdcc8cbb0ce5497a0587f505a8 /include/xtensa-isa-internal.h
parent60d8b5244dbca59d8f17500cc9a09cb6f3daeb38 (diff)
* xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
gen_num_opcodes_fn return type.
Diffstat (limited to 'include/xtensa-isa-internal.h')
-rw-r--r--include/xtensa-isa-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xtensa-isa-internal.h b/include/xtensa-isa-internal.h
index d2244c510a..7f221eae48 100644
--- a/include/xtensa-isa-internal.h
+++ b/include/xtensa-isa-internal.h
@@ -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);