diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-02-23 20:29:55 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-02-23 20:29:55 +0000 |
| commit | 96827d9996c55fc517d03e18d7586720309aea75 (patch) | |
| tree | 9ba093777640ec4de9a5420dba56456484477843 /Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp | |
| parent | 7d84ac6a5a7fb10b1145c2d6132f93ddad70a74b (diff) | |
Introduce JitCommon folder to share things between the two jits.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2396 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp b/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp index 02268f9fa5..9640ff1ac4 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp @@ -61,7 +61,7 @@ #include "PowerPC/SignatureDB.h" #include "PowerPC/PPCTables.h" #include "PowerPC/Jit64/Jit.h" -#include "PowerPC/Jit64/JitCache.h" // for ClearCache() +#include "PowerPC/JitCommon/JitCache.h" // for ClearCache() #include "PluginManager.h" #include "ConfigManager.h" |
