59a60,74
> StridePrefetcher::StrideEntry::StrideEntry()
> {
> invalidate();
> }
>
> void
> StridePrefetcher::StrideEntry::invalidate()
> {
> instAddr = 0;
> lastAddr = 0;
> isSecure = false;
> stride = 0;
> confidence = 0;
> }
>
184a200,204
>
> // Invalidate victim
> entry->invalidate();
>
> // Insert new entry's data
188d207
< entry->stride = 0;