373,381d372
< #if 0
< template<class Impl>
< void
< DefaultIEW<Impl>::setPageTable(PageTable *pt_ptr)
< {
< ldstQueue.setPageTable(pt_ptr);
< }
< #endif
<
1185,1187c1176,1177
< #if 0
< printAvailableInsts();
< #endif
---
> // Uncomment this if you want to see all available instructions.
> // printAvailableInsts();
1352,1353c1342,1343
< DPRINTF(IEW, "Sending instructions to commit, PC %#x.\n",
< inst->readPC());
---
> DPRINTF(IEW, "Sending instructions to commit, [sn:%lli] PC %#x.\n",
> inst->seqNum, inst->readPC());