mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
forgot this one in 1275
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1338 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b46152cdbd
commit
278d54f0df
@ -211,7 +211,7 @@ void CCodeView::OnPopupMenu(wxCommandEvent& event)
|
|||||||
case IDM_COPYHEX:
|
case IDM_COPYHEX:
|
||||||
{
|
{
|
||||||
char temp[24];
|
char temp[24];
|
||||||
sprintf(temp, "%08x", debugger->readMemory(selection));
|
sprintf(temp, "%08x", debugger->readInstruction(selection));
|
||||||
wxTheClipboard->SetData(new wxTextDataObject(wxString::FromAscii(temp)));
|
wxTheClipboard->SetData(new wxTextDataObject(wxString::FromAscii(temp)));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user