549c549
< DynInstPtr &inst, TheISA::PCState &nextPC)
---
> const DynInstPtr &inst, TheISA::PCState &nextPC)
956c956
< auto inst = fetchQueue[tid].front();
---
> const auto& inst = fetchQueue[tid].front();