summaryrefslogtreecommitdiff
path: root/src/sim/pseudo_inst.cc
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-04-21 16:04:55 -0700
committerNathan Binkert <nate@binkert.org>2009-04-21 16:04:55 -0700
commit4d001e43da6da2972172c352153e745238860021 (patch)
treedfd0052a6ece6690540df06b4742e6d4d4cc2034 /src/sim/pseudo_inst.cc
parent4f7d6a881ce959663cb32f9bb70b4a6b40a456e1 (diff)
parentfcc142463d38fc1d752b2e45c24a9e1040ccfc9e (diff)
downloadgem5-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.cc5
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