From b511b8ff3999570959396a3547fd814d77665c85 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Fri, 29 Jun 2018 22:54:21 +0200 Subject: Oops (nw) --- src/emu/debug/debugcpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3