[ache_check] hint array damage reporting

This commit is contained in:
Joe Thornber
2013-10-08 11:00:05 +01:00
parent ddf5765f9c
commit be22981a7d
3 changed files with 24 additions and 8 deletions

View File

@ -257,7 +257,7 @@ hint_array::grow(unsigned new_nr_entries, vector<unsigned char> const &value)
}
void
hint_array::check_hint_array(hint_array_damage::damage_visitor &visitor)
hint_array::check(hint_array_damage::damage_visitor &visitor)
{
check_hints_(width_, impl_, visitor);
}