summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-07-15 20:15:34 +0000
committerhrydgard <hrydgard@gmail.com>2009-07-15 20:15:34 +0000
commit3ebf5a5f1fb49dda51d331182946044e22ab4f7c (patch)
tree3fe24231d9c505ce4db7f9e83a84be7acd0eedbe /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parent4533cc39b3b97a2ead51ebc00647d21b22c9f8bd (diff)
Roll back R3801. Dolphin works again. Seriously, if you're not even testing huge freaking changes like this...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3807 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index b0b931a75e..d12fe22cad 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -639,7 +639,7 @@ void CCodeWindow::OnCPUMode(wxCommandEvent& event)
}
// Clear the JIT cache to enable these changes
- jit->ClearCache();
+ jit.ClearCache();
}
void CCodeWindow::OnJitMenu(wxCommandEvent& event)
@@ -650,7 +650,7 @@ void CCodeWindow::OnJitMenu(wxCommandEvent& event)
PPCTables::LogCompiledInstructions(); break;
case IDM_CLEARCODECACHE:
- jit->ClearCache(); break;
+ jit.ClearCache(); break;
case IDM_SEARCHINSTRUCTION:
{