diff options
Diffstat (limited to 'src/emu/debug/debugcpu.cpp')
| -rw-r--r-- | src/emu/debug/debugcpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.cpp b/src/emu/debug/debugcpu.cpp index cd130c5e3f0..2f9df9212d4 100644 --- a/src/emu/debug/debugcpu.cpp +++ b/src/emu/debug/debugcpu.cpp @@ -3045,7 +3045,7 @@ void device_debug::watchpoint::triggered(read_or_write type, offs_t address, u64 { try { - if (!m_condition.execute() != 0) + if (!m_condition.execute()) { debug.cpu().set_within_instruction(false); return; |
