summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-12-21 11:56:37 +0000
committerhrydgard <hrydgard@gmail.com>2008-12-21 11:56:37 +0000
commitad44788b36766b4e38a154b443f4c3a8c54b046d (patch)
tree4d2411ba0dbab4fa6101b97e9bf818542e50feba /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parent347da362f1c8627c460d82bee01c77969ff480f0 (diff)
Remove the entire concept of CPU_RUNNING_DEBUG and move the responsibility for breakpoint handling into the CPU cores. Breakpoints still only work in interpreter, not in JIT.. but now it's closer to becoming possible.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1617 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index c1cd760bca..ff81a4e1cf 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -690,7 +690,6 @@ void CCodeWindow::OnCodeStep(wxCommandEvent& event)
case IDM_STEP:
SingleCPUStep();
-
break;
case IDM_STEPOVER: