diff options
Diffstat (limited to 'opcodes/w65-opc.h')
-rw-r--r-- | opcodes/w65-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/w65-opc.h b/opcodes/w65-opc.h index a6e17df..25be2e9 100644 --- a/opcodes/w65-opc.h +++ b/opcodes/w65-opc.h @@ -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()\ |