1567c1567
< FullO3CPU<Impl>::addInst(DynInstPtr &inst)
---
> FullO3CPU<Impl>::addInst(const DynInstPtr &inst)
1576c1576
< FullO3CPU<Impl>::instDone(ThreadID tid, DynInstPtr &inst)
---
> FullO3CPU<Impl>::instDone(ThreadID tid, const DynInstPtr &inst)
1598c1598
< FullO3CPU<Impl>::removeFrontInst(DynInstPtr &inst)
---
> FullO3CPU<Impl>::removeFrontInst(const DynInstPtr &inst)
1754c1754
< FullO3CPU<Impl>::wakeDependents(DynInstPtr &inst)
---
> FullO3CPU<Impl>::wakeDependents(const DynInstPtr &inst)