X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmcore-opc.h;h=ad66e7bb2d0b936d9742106ca1adec377183409b;hb=28617675c264213180a599bb4327bf162029636a;hp=c94ab2fb0f74c2e040df841efd142cc053105a5f;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h index c94ab2fb0f..ad66e7bb2d 100644 --- a/opcodes/mcore-opc.h +++ b/opcodes/mcore-opc.h @@ -33,7 +33,7 @@ mcore_opclass; typedef struct inst { - char * name; + const char * name; mcore_opclass opclass; unsigned char transfer; unsigned short inst; @@ -206,6 +206,5 @@ const mcore_opcode_info mcore_table[] = { "rori", RSI, 0, 0x3800 }, { "rotri", RSI, 0, 0x3800 }, { "nop", O0, 0, 0x1200 }, /* mov r0, r0 */ - { 0, 0, 0, 0 } }; #endif