summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/src/CodeWindow.h
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-21 17:22:55 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-21 17:22:55 +0000
commit5e4da92d428adbaed6f82d20bacd54965aceb717 (patch)
treeefe7b2c0f84db55e0691a058df303640b832f5df /Source/Core/DebuggerWX/src/CodeWindow.h
parent4e9b5a40fde8d8043e4b7f39fc8f862103c52b8e (diff)
Very basic JIT results viewer.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@254 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.h')
-rw-r--r--Source/Core/DebuggerWX/src/CodeWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.h b/Source/Core/DebuggerWX/src/CodeWindow.h
index 8d8684f736..d56038a54e 100644
--- a/Source/Core/DebuggerWX/src/CodeWindow.h
+++ b/Source/Core/DebuggerWX/src/CodeWindow.h
@@ -31,6 +31,7 @@ class CRegisterWindow;
class CLogWindow;
class CBreakPointWindow;
class CMemoryWindow;
+class CJitWindow;
class CCodeView;
class IniFile;
@@ -101,6 +102,7 @@ class CCodeWindow
CRegisterWindow* m_RegisterWindow;
CBreakPointWindow* m_BreakpointWindow;
CMemoryWindow* m_MemoryWindow;
+ CJitWindow* m_JitWindow;
CCodeView* codeview;
wxListBox* callstack;