From eab5e7e1163caa1c3ba806e870ceccedb871702d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sat, 6 Jan 2018 03:37:49 +0100 Subject: debugcpu.cpp: added missing initialization of m_vblank_occurred (nw) --- src/emu/debug/debugcpu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/debug/debugcpu.cpp b/src/emu/debug/debugcpu.cpp index 71429112419..02c2b138037 100644 --- a/src/emu/debug/debugcpu.cpp +++ b/src/emu/debug/debugcpu.cpp @@ -48,6 +48,7 @@ debugger_cpu::debugger_cpu(running_machine &machine) , m_visiblecpu(nullptr) , m_breakcpu(nullptr) , m_symtable(nullptr) + , m_vblank_occurred(false) , m_execution_state(EXECUTION_STATE_STOPPED) , m_stop_when_not_device(nullptr) , m_bpindex(1) -- cgit v1.2.3