From 69869bfd7c5cc63c80eef77d515a8a0625b76f6e Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 2 Apr 2009 13:10:33 +0000 Subject: [PATCH] git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2832 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_LLE-testing/Src/Debugger/Debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }