summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/base_dyn_inst_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/base_dyn_inst_impl.hh b/src/cpu/base_dyn_inst_impl.hh
index 5c18ae694..66075c60a 100644
--- a/src/cpu/base_dyn_inst_impl.hh
+++ b/src/cpu/base_dyn_inst_impl.hh
@@ -171,8 +171,8 @@ BaseDynInst<Impl>::initVars()
++instcount;
if (instcount > 1500) {
- cpu->dumpInsts();
#ifdef DEBUG
+ cpu->dumpInsts();
dumpSNList();
#endif
assert(instcount <= 1500);