diff options
author | Erik Hallnor <ehallnor@umich.edu> | 2003-10-23 16:40:08 -0400 |
---|---|---|
committer | Erik Hallnor <ehallnor@umich.edu> | 2003-10-23 16:40:08 -0400 |
commit | 320540829d62f9c5a5290a8c9bd991fda297a210 (patch) | |
tree | 76a41310842e306e5cef448db8b99a58d5903522 /cpu/exec_context.hh | |
parent | b361dc12bfc0ff303643c8c4bb9c813851e706e5 (diff) | |
download | gem5-320540829d62f9c5a5290a8c9bd991fda297a210.tar.xz |
Move to non-architecture specific MemReq
arch/alpha/alpha_memory.hh:
cpu/exec_context.hh:
cpu/pc_event.hh:
Move to non architecture specific MemReq
--HG--
extra : convert_revision : 2445943b6f1c8af86b90cfa9c2f9b1eb4a6a1aa2
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index 4a2688f1c..bd7f6fad9 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -30,7 +30,7 @@ #define __EXEC_CONTEXT_HH__ #include "sim/host.hh" -#include "targetarch/mem_req.hh" +#include "mem/mem_req.hh" // forward declaration: see functional_memory.hh class FunctionalMemory; |