diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
commit | fc05c67f12f75f93a4678cbcd8f1ab8c44beae23 (patch) | |
tree | 66d4ea8b7f69fdd8a4337a9a47f57dfaa2dfc1a6 /opcodes/w65-opc.h | |
parent | 16a419ba0165bc117f5408ed96a1d278e31b42a6 (diff) | |
download | gdb-fc05c67f12f75f93a4678cbcd8f1ab8c44beae23.zip gdb-fc05c67f12f75f93a4678cbcd8f1ab8c44beae23.tar.gz gdb-fc05c67f12f75f93a4678cbcd8f1ab8c44beae23.tar.bz2 |
Fix compile time warnings
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()\ |