diff options
Diffstat (limited to 'opcodes/h8500-opc.h')
-rw-r--r-- | opcodes/h8500-opc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/h8500-opc.h b/opcodes/h8500-opc.h index 13ee7fb..1c1794c 100644 --- a/opcodes/h8500-opc.h +++ b/opcodes/h8500-opc.h @@ -157,7 +157,7 @@ typedef struct { int length; struct { unsigned char contents;unsigned char mask; char insert; } bytes[6]; } h8500_opcode_info; -h8500_opcode_info h8500_table[] +const h8500_opcode_info h8500_table[] #ifdef ASSEMBLER_TABLE #ifdef DEFINE_TABLE ={ @@ -3852,7 +3852,7 @@ IMM16,RD 'a','E','D','D' QIM,ABS16 'a','I','E','E' RNIND_D16,RD 'a','E','D','D' */ -{0,0,0,0,0,0,"",0,{0,0},0,{}}} +{0,0,0,0,0,0,NULL,0,{0,0},0,{}}} #endif ; #endif |