Update symbols for tlb_reset_dirty_by_vaddr

This commit is contained in:
mio
2024-09-21 20:54:24 +08:00
parent 8f74405031
commit 2cd227f804
18 changed files with 18 additions and 1 deletions

View File

@@ -1193,7 +1193,7 @@ static void notdirty_write(CPUState *cpu, vaddr mem_vaddr, unsigned size,
ram_addr_t ram_addr = mem_vaddr + iotlbentry->addr;
if (mr == NULL) {
mr = memory_mapping(cpu->uc, mem_vaddr);
mr = cpu->uc->memory_mapping(cpu->uc, mem_vaddr);
}
if ((mr->perms & UC_PROT_EXEC) != 0) {