emit_x64: Clear RSB-related caches when ClearCache() is called
This commit is contained in:
parent
1a3f3ac435
commit
269160ef0d
1 changed files with 2 additions and 0 deletions
|
@ -1820,6 +1820,8 @@ void EmitX64::Patch(Arm::LocationDescriptor desc, CodePtr bb) {
|
|||
}
|
||||
|
||||
void EmitX64::ClearCache() {
|
||||
unique_hash_to_code_ptr.clear();
|
||||
patch_unique_hash_locations.clear();
|
||||
basic_blocks.clear();
|
||||
patch_jg_locations.clear();
|
||||
patch_jmp_locations.clear();
|
||||
|
|
Loading…
Reference in a new issue