mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Debugger: fix "run to here" functionality.
This commit is contained in:
parent
6b510c1c2f
commit
f9e4cae3c0
1 changed files with 1 additions and 2 deletions
|
@ -1023,8 +1023,7 @@ void CtrlDisAsmView::onMouseUp(WPARAM wParam, LPARAM lParam, int button)
|
|||
break;
|
||||
case ID_DISASM_RUNTOHERE:
|
||||
{
|
||||
debugger->setBreakpoint(curAddress);
|
||||
debugger->runToBreakpoint();
|
||||
SendMessage(GetParent(wnd), WM_COMMAND, ID_DEBUG_RUNTOLINE, 0);
|
||||
redraw();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue