diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 91bbba47..c63fe018 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -1176,8 +1176,6 @@ Update_t CmdBreakpointAddSmart (int nArgs) CmdBreakpointAddMem( nArgs ); return UPDATE_BREAKPOINTS; } - - return UPDATE_CONSOLE_DISPLAY; }