92a93
> typedef typename O3CPUImpl::DynInstConstPtr DynInstConstPtr;
135c136
< void recordExecTick(const DynInstPtr &dyn_inst);
---
> void recordExecTick(const DynInstConstPtr& dyn_inst);
144c145
< void recordToCommTick(const DynInstPtr &dyn_inst);
---
> void recordToCommTick(const DynInstConstPtr& dyn_inst);
155c156
< void updateRegDep(const DynInstPtr &dyn_inst);
---
> void updateRegDep(const DynInstConstPtr& dyn_inst);
172c173
< void addSquashedInst(const DynInstPtr &head_inst);
---
> void addSquashedInst(const DynInstConstPtr& head_inst);
179c180
< void addCommittedInst(const DynInstPtr &head_inst);
---
> void addCommittedInst(const DynInstConstPtr& head_inst);
388c389
< void addDepTraceRecord(const DynInstPtr &head_inst,
---
> void addDepTraceRecord(const DynInstConstPtr& head_inst,
397c398
< void clearTempStoreUntil(const DynInstPtr head_inst);
---
> void clearTempStoreUntil(const DynInstConstPtr& head_inst);