emit_x64: Clear RSB-related caches when ClearCache() is called

This commit is contained in:
MerryMage 2016-08-18 18:18:44 +01:00
parent 1a3f3ac435
commit 269160ef0d

View file

@ -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();