a32_interface: Temporary implementation of ranged cache invalidation
This commit is contained in:
parent
d90e0db502
commit
1d60047078
1 changed files with 5 additions and 1 deletions
|
@ -175,7 +175,11 @@ private:
|
|||
}
|
||||
|
||||
if (!invalid_cache_ranges.empty()) {
|
||||
ASSERT_FALSE("Unimplemented");
|
||||
// TODO: Optimize
|
||||
current_address_space.ClearCache();
|
||||
|
||||
invalid_cache_ranges.clear();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue