mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Fix non-initialized member of debugcpu (nw)
This commit is contained in:
parent
199f92a2b0
commit
585460619b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user