Moving cpu/frontend/ppc/ to cpu/frontend/.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
#include "xenia/cpu/backend/x64/x64_backend.h"
|
||||
#include "xenia/cpu/cpu.h"
|
||||
#include "xenia/cpu/frontend/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc/ppc_frontend.h"
|
||||
#include "xenia/cpu/frontend/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc_frontend.h"
|
||||
#include "xenia/cpu/hir/hir_builder.h"
|
||||
#include "xenia/cpu/test_module.h"
|
||||
#include "poly/main.h"
|
||||
@@ -27,7 +27,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace test {
|
||||
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::Runtime;
|
||||
|
||||
class TestFunction {
|
||||
|
||||
Reference in New Issue
Block a user