--HG--
extra : convert_revision : ec5f41b2007ade15f6f4c4a1533e50f9cba2798e
This commit is contained in:
Gabe Black 2008-03-06 21:09:15 -05:00
commit 50946b1673

View file

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