Added uninitialized class members to constructor for debug window.

This commit is contained in:
Matthew Budd 2020-06-14 19:55:36 -04:00
parent f5e8b09200
commit c5bbd3cec5
1 changed files with 6 additions and 0 deletions

View File

@ -141,6 +141,12 @@ struct debuggerWin_t
textbuf = NULL;
bp_store = NULL;
bp_tree = NULL;
bkm_store = NULL;
bkm_tree = NULL;
pc_entry = NULL;
A_entry = NULL;
X_entry = NULL;
Y_entry = NULL;
stackview = NULL;
stackTextBuf = NULL;
ppu_label = NULL;