78,80c78,79
< StrideEntry() : instAddr(0), lastAddr(0), isSecure(false), stride(0),
< confidence(0)
< { }
---
> /** Default constructor */
> StrideEntry();
81a81,83
> /** Invalidate the entry */
> void invalidate();
>