Added uninitialized class members to constructor for debug window.
This commit is contained in:
parent
f5e8b09200
commit
c5bbd3cec5
|
@ -141,6 +141,12 @@ struct debuggerWin_t
|
||||||
textbuf = NULL;
|
textbuf = NULL;
|
||||||
bp_store = NULL;
|
bp_store = NULL;
|
||||||
bp_tree = NULL;
|
bp_tree = NULL;
|
||||||
|
bkm_store = NULL;
|
||||||
|
bkm_tree = NULL;
|
||||||
|
pc_entry = NULL;
|
||||||
|
A_entry = NULL;
|
||||||
|
X_entry = NULL;
|
||||||
|
Y_entry = NULL;
|
||||||
stackview = NULL;
|
stackview = NULL;
|
||||||
stackTextBuf = NULL;
|
stackTextBuf = NULL;
|
||||||
ppu_label = NULL;
|
ppu_label = NULL;
|
||||||
|
|
Loading…
Reference in New Issue