diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-21 21:33:34 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-21 21:33:34 -0700 |
commit | df3130d2ed30181d97b56899677d0a4dd9a8ac66 (patch) | |
tree | ae7b57d919a8d3c920afde7244d5ea889ddbf21a /cpu/base_cpu.cc | |
parent | 4709c41d741736f114a6fc5d34900b9f3b3bd893 (diff) | |
parent | de29fec658f6107c20a00c9c30111b253afafeac (diff) | |
download | gem5-df3130d2ed30181d97b56899677d0a4dd9a8ac66.tar.xz |
Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5
--HG--
extra : convert_revision : 070e7eadc64a104c9b176f911b0f05ab999deb47
Diffstat (limited to 'cpu/base_cpu.cc')
-rw-r--r-- | cpu/base_cpu.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/base_cpu.cc b/cpu/base_cpu.cc index 2e1d95d88..90e090d5e 100644 --- a/cpu/base_cpu.cc +++ b/cpu/base_cpu.cc @@ -34,6 +34,7 @@ #include "base/cprintf.hh" #include "cpu/exec_context.hh" #include "base/misc.hh" +#include "sim/param.hh" #include "sim/sim_events.hh" using namespace std; |