diff options
Diffstat (limited to 'include/opcode/i860.h')
-rw-r--r-- | include/opcode/i860.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/i860.h b/include/opcode/i860.h index 9f10cd8..2d6ea19 100644 --- a/include/opcode/i860.h +++ b/include/opcode/i860.h @@ -96,7 +96,7 @@ Kinds of operands: The order of opcodes does not affect the disassembler. */ -static struct i860_opcode i860_opcodes[] = +static const struct i860_opcode i860_opcodes[] = { /* REG-Format Instructions. */ { "ld.c", 0x30000000, 0xcc000000, "c,d", 0 }, /* ld.c csrc2,idest */ |