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

@@ -16,7 +16,7 @@ namespace xe {
namespace cpu {
namespace test {
using xe::cpu::frontend::ppc::PPCContext;
using xe::cpu::frontend::PPCContext;
using xe::cpu::Runtime;
int main(std::vector<std::wstring>& args) {