diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-02 13:10:33 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-02 13:10:33 +0000 |
| commit | 69869bfd7c5cc63c80eef77d515a8a0625b76f6e (patch) | |
| tree | d0ef9a5cf0d2e8a9a04499aa407c275ee2ec68b8 /Source | |
| parent | e2852e96255b5f0301da9c98de4f98566dd75745 (diff) | |
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2832 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_LLE-testing/Src/Debugger/Debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_DSP_LLE-testing/Src/Debugger/Debugger.cpp b/Source/Plugins/Plugin_DSP_LLE-testing/Src/Debugger/Debugger.cpp index b1493c3f60..e3378aa340 100644 --- a/Source/Plugins/Plugin_DSP_LLE-testing/Src/Debugger/Debugger.cpp +++ b/Source/Plugins/Plugin_DSP_LLE-testing/Src/Debugger/Debugger.cpp @@ -197,7 +197,7 @@ void DSPDebuggerLLE::RebuildDisAsmListView() }
}
- m_Disasm->SetItem(Item, COLUMN_PARAM, pParameter);
+ m_Disasm->SetItem(Item, COLUMN_PARAM, wxString::FromAscii(pParameter));
m_Disasm->SetItemData(Item, CurrentPC);
}
|
