projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3826b69
)
Added sim/host.hh for the Addr type.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 7 Nov 2006 10:42:15 +0000
(
05:42
-0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 7 Nov 2006 10:42:15 +0000
(
05:42
-0500)
--HG--
extra : convert_revision :
cd07a920417b7fb34e5ca3bf70d707327eb59eb3
src/cpu/pc_event.hh
patch
|
blob
|
history
diff --git
a/src/cpu/pc_event.hh
b/src/cpu/pc_event.hh
index 6b048b2c26f48d7013f09b5fbd5375596273be02..3709dcd59ba531cb1b86d5c89313467840272295 100644
(file)
--- a/
src/cpu/pc_event.hh
+++ b/
src/cpu/pc_event.hh
@@
-35,6
+35,7
@@
#include <vector>
#include "base/misc.hh"
+#include "sim/host.hh"
class ThreadContext;
class PCEventQueue;