64,65c64,65
< LSQUnit<Impl>::WritebackEvent::WritebackEvent(DynInstPtr &_inst, PacketPtr _pkt,
< LSQUnit *lsq_ptr)
---
> LSQUnit<Impl>::WritebackEvent::WritebackEvent(const DynInstPtr &_inst,
> PacketPtr _pkt, LSQUnit *lsq_ptr)
342c342
< LSQUnit<Impl>::insert(DynInstPtr &inst)
---
> LSQUnit<Impl>::insert(const DynInstPtr &inst)
359c359
< LSQUnit<Impl>::insertLoad(DynInstPtr &load_inst)
---
> LSQUnit<Impl>::insertLoad(const DynInstPtr &load_inst)
384c384
< LSQUnit<Impl>::insertStore(DynInstPtr &store_inst)
---
> LSQUnit<Impl>::insertStore(const DynInstPtr &store_inst)
528c528
< LSQUnit<Impl>::checkViolations(int load_idx, DynInstPtr &inst)
---
> LSQUnit<Impl>::checkViolations(int load_idx, const DynInstPtr &inst)
608c608
< LSQUnit<Impl>::executeLoad(DynInstPtr &inst)
---
> LSQUnit<Impl>::executeLoad(const DynInstPtr &inst)
657c657
< LSQUnit<Impl>::executeStore(DynInstPtr &store_inst)
---
> LSQUnit<Impl>::executeStore(const DynInstPtr &store_inst)
1108c1108
< LSQUnit<Impl>::writeback(DynInstPtr &inst, PacketPtr pkt)
---
> LSQUnit<Impl>::writeback(const DynInstPtr &inst, PacketPtr pkt)