69,70c69,70
< void traceFetch(const O3CPUImpl::DynInstPtr &dynInst);
< void traceCommit(const O3CPUImpl::DynInstPtr &dynInst);
---
> void traceFetch(const O3CPUImpl::DynInstConstPtr& dynInst);
> void traceCommit(const O3CPUImpl::DynInstConstPtr& dynInst);