mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
emit_x64: Clear RSB-related caches when ClearCache() is called
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user