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/pc_event.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/pc_event.hh')
-rw-r--r-- | cpu/pc_event.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pc_event.hh b/cpu/pc_event.hh index 645138fdd..b425cc72c 100644 --- a/cpu/pc_event.hh +++ b/cpu/pc_event.hh @@ -31,7 +31,7 @@ #include <vector> -#include "targetarch/mem_req.hh" +#include "mem/mem_req.hh" class ExecContext; class PCEventQueue; |