diff --git a/Source/Project64/UserInterface/Debugger/Debugger-Commands.cpp b/Source/Project64/UserInterface/Debugger/Debugger-Commands.cpp index f6d5df47b..834e639d9 100644 --- a/Source/Project64/UserInterface/Debugger/Debugger-Commands.cpp +++ b/Source/Project64/UserInterface/Debugger/Debugger-Commands.cpp @@ -1253,7 +1253,7 @@ void CDebugCommandsView::GotoEnteredAddress() void CDebugCommandsView::BeginOpEdit(uint32_t address) { uint32_t opcode; - if (m_Debugger->DebugLW_VAddr(address, opcode)) + if (!m_Debugger->DebugLW_VAddr(address, opcode)) { return; }