181c181
< lat = hitLatency;
---
> lat = accessLatency;;
198c198
< > hitLatency) {
---
> > accessLatency) {
346,353d345
< * Return the hit latency.
< * @return the hit latency.
< */
< Cycles getHitLatency() const
< {
< return hitLatency;
< }
< /**