Moving cpu/frontend/ppc/ to cpu/frontend/.

This commit is contained in:
Ben Vanik
2015-03-24 08:37:00 -07:00
parent 9281d62106
commit 3279776a80
404 changed files with 255 additions and 385 deletions

View File

@@ -21,7 +21,7 @@ namespace cpu {
using namespace xe::cpu;
using namespace xe::cpu::backend;
using PPCContext = xe::cpu::frontend::ppc::PPCContext;
using PPCContext = xe::cpu::frontend::PPCContext;
void InitializeIfNeeded();
void CleanupOnShutdown();