O3CPU: Don't call dumpInsts if DEBUG is not defined

--HG--
extra : convert_revision : 3194bde4c624d118969bfbf92282539963a72245
This commit is contained in:
Vilas Sridharan
2008-03-06 00:27:09 -05:00
parent 66aaabf4ae
commit 21fd15ad9a

View File

@@ -171,8 +171,8 @@ BaseDynInst<Impl>::initVars()
++instcount;
if (instcount > 1500) {
cpu->dumpInsts();
#ifdef DEBUG
cpu->dumpInsts();
dumpSNList();
#endif
assert(instcount <= 1500);