diff options
author | Nathan Binkert <nate@binkert.org> | 2009-04-21 16:04:55 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-04-21 16:04:55 -0700 |
commit | 4d001e43da6da2972172c352153e745238860021 (patch) | |
tree | dfd0052a6ece6690540df06b4742e6d4d4cc2034 /src/sim/pseudo_inst.cc | |
parent | 4f7d6a881ce959663cb32f9bb70b4a6b40a456e1 (diff) | |
parent | fcc142463d38fc1d752b2e45c24a9e1040ccfc9e (diff) | |
download | gem5-4d001e43da6da2972172c352153e745238860021.tar.xz |
Automated merge with ssh://m5sim.org//repo/m5
Diffstat (limited to 'src/sim/pseudo_inst.cc')
-rw-r--r-- | src/sim/pseudo_inst.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sim/pseudo_inst.cc b/src/sim/pseudo_inst.cc index 3c2a27f54..b5582578a 100644 --- a/src/sim/pseudo_inst.cc +++ b/src/sim/pseudo_inst.cc @@ -35,7 +35,8 @@ #include <fstream> #include <string> -#include "arch/kernel_stats.hh" +#include "config/full_system.hh" + #include "arch/vtophys.hh" #include "base/debug.hh" #include "cpu/base.hh" @@ -49,7 +50,9 @@ #include "sim/stat_control.hh" #include "sim/stats.hh" #include "sim/system.hh" + #if FULL_SYSTEM +#include "arch/kernel_stats.hh" #include "sim/vptr.hh" #endif |