diff options
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index 988673a0f..5c1db6297 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -29,8 +29,8 @@ #ifndef __EXEC_CONTEXT_HH__ #define __EXEC_CONTEXT_HH__ -#include "host.hh" -#include "mem_req.hh" +#include "sim/host.hh" +#include "targetarch/mem_req.hh" // forward declaration: see functional_memory.hh class FunctionalMemory; @@ -39,15 +39,15 @@ class BaseCPU; #ifdef FULL_SYSTEM -#include "alpha_memory.hh" +#include "targetarch/alpha_memory.hh" class MemoryController; -#include "kernel_stats.hh" -#include "system.hh" +#include "kern/tru64/kernel_stats.hh" +#include "sim/system.hh" #else // !FULL_SYSTEM -#include "prog.hh" +#include "sim/prog.hh" #endif // FULL_SYSTEM |