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

View File

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