224,233d223
< * Return the set of an address. Only one set in a fully associative cache.
< * @param addr The address to get the set from.
< * @return 0.
< */
< int extractSet(Addr addr) const override
< {
< return 0;
< }
<
< /**