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

@@ -15,10 +15,9 @@
namespace xe {
namespace cpu {
using namespace xe::cpu::frontend;
using namespace xe::cpu;
using PPCContext = xe::cpu::frontend::ppc::PPCContext;
using PPCContext = xe::cpu::frontend::PPCContext;
thread_local ThreadState* thread_state_ = nullptr;