diff options
| author | 2017-11-30 19:40:06 +0100 | |
|---|---|---|
| committer | 2017-11-30 19:40:41 +0100 | |
| commit | 585460619b5ad5bbb4239ec61a86a9d44a7e100a (patch) | |
| tree | 67e8586f73ba32845fee021e3f2ba552f78ac93e /src/emu/debug/debugcpu.cpp | |
| parent | 199f92a2b0fa29da5ce52fce8114a4331dd3466b (diff) | |
Fix non-initialized member of debugcpu (nw)
Diffstat (limited to 'src/emu/debug/debugcpu.cpp')
| -rw-r--r-- | src/emu/debug/debugcpu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcpu.cpp b/src/emu/debug/debugcpu.cpp index 60c41c0b5ee..eab6f7771e7 100644 --- a/src/emu/debug/debugcpu.cpp +++ b/src/emu/debug/debugcpu.cpp @@ -49,6 +49,7 @@ debugger_cpu::debugger_cpu(running_machine &machine) , m_breakcpu(nullptr) , m_symtable(nullptr) , m_execution_state(EXECUTION_STATE_STOPPED) + , m_stop_when_not_device(nullptr) , m_bpindex(1) , m_wpindex(1) , m_rpindex(1) |
