Debugger: fix Goto in Disasm option for memory view

Was I drunk?
This commit is contained in:
Ty Lamontagne 2021-10-02 16:36:27 -04:00 committed by refractionpcsx2
parent 5e481951ea
commit 3fdc32d9d7
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ void CtrlMemView::onPopupClick(wxCommandEvent& evt)
}
break;
case ID_MEMVIEW_GOTOINDISASM:
postEvent(debEVT_GOTOINDISASM, 1);
postEvent(debEVT_GOTOINDISASM, curAddress);
break;
case ID_MEMVIEW_GOTOADDRESS:
postEvent(debEVT_GOTOADDRESS, curAddress);