mirror of https://github.com/PCSX2/pcsx2.git
Debugger: fix Goto in Disasm option for memory view
Was I drunk?
This commit is contained in:
parent
5e481951ea
commit
3fdc32d9d7
|
@ -342,7 +342,7 @@ void CtrlMemView::onPopupClick(wxCommandEvent& evt)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ID_MEMVIEW_GOTOINDISASM:
|
case ID_MEMVIEW_GOTOINDISASM:
|
||||||
postEvent(debEVT_GOTOINDISASM, 1);
|
postEvent(debEVT_GOTOINDISASM, curAddress);
|
||||||
break;
|
break;
|
||||||
case ID_MEMVIEW_GOTOADDRESS:
|
case ID_MEMVIEW_GOTOADDRESS:
|
||||||
postEvent(debEVT_GOTOADDRESS, curAddress);
|
postEvent(debEVT_GOTOADDRESS, curAddress);
|
||||||
|
|
Loading…
Reference in New Issue