a64_emit_x64: Clear fastmem patch information on ClearCache
This commit is contained in:
parent
c90173151e
commit
593de127d2
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ void A64EmitX64::ClearCache() {
|
|||
EmitX64::ClearCache();
|
||||
block_ranges.ClearCache();
|
||||
ClearFastDispatchTable();
|
||||
fastmem_patch_info.clear();
|
||||
}
|
||||
|
||||
void A64EmitX64::InvalidateCacheRanges(const boost::icl::interval_set<u64>& ranges) {
|
||||
|
|
Loading…
Reference in a new issue