mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Dont try to keep the tlb and the jmp cache synchronized.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4557 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
60ea3b6137
commit
db097cd313
1 changed files with 0 additions and 3 deletions
3
exec.c
3
exec.c
|
@ -1745,9 +1745,6 @@ int tlb_set_page_exec(CPUState *env, target_ulong vaddr,
|
|||
te->addr_read = -1;
|
||||
}
|
||||
|
||||
if (te->addr_code != -1) {
|
||||
tlb_flush_jmp_cache(env, te->addr_code);
|
||||
}
|
||||
if (prot & PAGE_EXEC) {
|
||||
te->addr_code = address;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue