diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-03-06 21:09:15 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-03-06 21:09:15 -0500 |
commit | 50946b1673cd48fc9c49f6a615d0e1f80b8cdd87 (patch) | |
tree | 253d3d915f3c2e3cff16839b7fef3be94c5469cd /src | |
parent | a245b0eedfac7ba25656661868fbf3bd8eaf1ccd (diff) | |
parent | 21fd15ad9a79510be1f4474e135a22f6742327f6 (diff) | |
download | gem5-50946b1673cd48fc9c49f6a615d0e1f80b8cdd87.tar.xz |
Merge
--HG--
extra : convert_revision : ec5f41b2007ade15f6f4c4a1533e50f9cba2798e
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/base_dyn_inst_impl.hh | 2 |
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); |