diff options
Diffstat (limited to 'src/emu/debugger.cpp')
-rw-r--r-- | src/emu/debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debugger.cpp b/src/emu/debugger.cpp index f3a35a2a0bb..5e866057d61 100644 --- a/src/emu/debugger.cpp +++ b/src/emu/debugger.cpp @@ -31,7 +31,7 @@ static bool g_atexit_registered = false; void debugger_manager::debug_break() { - m_cpu->get_visible_cpu()->debug()->halt_on_next_instruction("Internal breakpoint\n"); + m_console->get_visible_cpu()->debug()->halt_on_next_instruction("Internal breakpoint\n"); } |