diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/process.cc | 4 | ||||
-rw-r--r-- | sim/pseudo_inst.cc | 2 | ||||
-rw-r--r-- | sim/system.cc | 2 | ||||
-rw-r--r-- | sim/vptr.hh | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sim/process.cc b/sim/process.cc index 171470eb2..f026afc51 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -48,8 +48,8 @@ #include "sim/stats.hh" #include "sim/syscall_emul.hh" -#include "targetarch/alpha_tru64_process.hh" -#include "targetarch/alpha_linux_process.hh" +#include "arch/alpha_tru64_process.hh" +#include "arch/alpha_linux_process.hh" using namespace std; using namespace TheISA; diff --git a/sim/pseudo_inst.cc b/sim/pseudo_inst.cc index 58ea8266f..36c854d1c 100644 --- a/sim/pseudo_inst.cc +++ b/sim/pseudo_inst.cc @@ -34,7 +34,7 @@ #include <string> #include "sim/pseudo_inst.hh" -#include "targetarch/vtophys.hh" +#include "arch/vtophys.hh" #include "cpu/base.hh" #include "cpu/sampler/sampler.hh" #include "cpu/exec_context.hh" diff --git a/sim/system.cc b/sim/system.cc index 41de8cee4..378568a8a 100644 --- a/sim/system.cc +++ b/sim/system.cc @@ -33,7 +33,7 @@ #include "kern/kernel_stats.hh" #include "mem/functional/memory_control.hh" #include "mem/functional/physical.hh" -#include "targetarch/vtophys.hh" +#include "arch/vtophys.hh" #include "sim/builder.hh" #include "arch/isa_traits.hh" #include "sim/byteswap.hh" diff --git a/sim/vptr.hh b/sim/vptr.hh index 7ec43602d..0ec452f25 100644 --- a/sim/vptr.hh +++ b/sim/vptr.hh @@ -29,7 +29,7 @@ #ifndef __ARCH_ALPHA_VPTR_HH__ #define __ARCH_ALPHA_VPTR_HH__ -#include "targetarch/vtophys.hh" +#include "arch/vtophys.hh" #include "arch/isa_traits.hh" class ExecContext; |