Revision db097cd3 exec.c

b/exec.c
1745 1745
            te->addr_read = -1;
1746 1746
        }
1747 1747

  
1748
        if (te->addr_code != -1) {
1749
            tlb_flush_jmp_cache(env, te->addr_code);
1750
        }
1751 1748
        if (prot & PAGE_EXEC) {
1752 1749
            te->addr_code = address;
1753 1750
        } else {

Also available in: Unified diff