aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/msp430.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/msp430.h')
-rw-r--r--include/opcode/msp430.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/msp430.h b/include/opcode/msp430.h
index 463e5e6..a7762af 100644
--- a/include/opcode/msp430.h
+++ b/include/opcode/msp430.h
@@ -45,7 +45,7 @@ struct msp430_operand_s
struct msp430_opcode_s
{
- char *name;
+ const char *name;
int fmt;
int insn_opnumb;
int bin_opcode;