summaryrefslogtreecommitdiff
path: root/src/cpu/o3/fetch.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-06-27 14:59:38 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-06-27 14:59:38 -0400
commit07cd37c48b018679553e6b12a5591c5759f433d6 (patch)
tree129a50d2fb465ea88ac8fb6b1d774dda04341ab3 /src/cpu/o3/fetch.hh
parent88c9b17cb927e5b789d883023db9516f878f526a (diff)
downloadgem5-07cd37c48b018679553e6b12a5591c5759f433d6.tar.xz
Make full CPU handle SE faults
--HG-- extra : convert_revision : e336623ac3329ec0ee2430548c6a9650e2a69d6a
Diffstat (limited to 'src/cpu/o3/fetch.hh')
-rw-r--r--src/cpu/o3/fetch.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/fetch.hh b/src/cpu/o3/fetch.hh
index 790c28f09..7fcd21b7d 100644
--- a/src/cpu/o3/fetch.hh
+++ b/src/cpu/o3/fetch.hh
@@ -36,7 +36,7 @@
#include "base/statistics.hh"
#include "base/timebuf.hh"
#include "cpu/pc_event.hh"
-#include "mem/packet.hh"
+#include "mem/packet_impl.hh"
#include "mem/port.hh"
#include "sim/eventq.hh"