X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fw65-opc.h;h=cb7fddafb2a75e37d1c6f504d53962fff8aee93f;hb=47d8304e8837825ab4fd60922b28f30c623f2c02;hp=a6e17df2ce5e57f1e9aaddd8d22f816df5ad2dc6;hpb=060d22b0d0cbc7786f83c236ed9812343530dc80;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/w65-opc.h b/opcodes/w65-opc.h index a6e17df2ce..cb7fddafb2 100644 --- a/opcodes/w65-opc.h +++ b/opcodes/w65-opc.h @@ -54,7 +54,7 @@ struct opinfo { char *name; int amode; }; -struct opinfo optable[257]={ +const struct opinfo optable[257]={ #define O_adc 1 #define O_and 2 #define O_asl 3 @@ -402,7 +402,7 @@ struct opinfo optable[257]={ {0x42, O_wdm, "wdm", ADDR_IMPLIED}, {0xEB, O_xba, "xba", ADDR_IMPLIED}, {0xFB, O_xce, "xce", ADDR_IMPLIED}, - { 0 } + { 0, 0, NULL, 0 } }; #endif #define DISASM()\