Fix non-initialized member of debugcpu (nw)

This commit is contained in:
Olivier Galibert 2017-11-30 19:40:06 +01:00
parent 199f92a2b0
commit 585460619b

View File

@ -49,6 +49,7 @@ debugger_cpu::debugger_cpu(running_machine &machine)
, m_breakcpu(nullptr) , m_breakcpu(nullptr)
, m_symtable(nullptr) , m_symtable(nullptr)
, m_execution_state(EXECUTION_STATE_STOPPED) , m_execution_state(EXECUTION_STATE_STOPPED)
, m_stop_when_not_device(nullptr)
, m_bpindex(1) , m_bpindex(1)
, m_wpindex(1) , m_wpindex(1)
, m_rpindex(1) , m_rpindex(1)