Revision d4c430a8 target-cris/helper.c

b/target-cris/helper.c
100 100
		 */
101 101
		phy = res.phy & ~0x80000000;
102 102
		prot = res.prot;
103
		r = tlb_set_page(env, address & TARGET_PAGE_MASK,
104
				 phy, prot, mmu_idx, is_softmmu);
103
		tlb_set_page(env, address & TARGET_PAGE_MASK, phy,
104
                             prot | PAGE_EXEC, mmu_idx, TARGET_PAGE_SIZE);
105
                r = 0;
105 106
	}
106 107
	if (r > 0)
107 108
		D_LOG("%s returns %d irqreq=%x addr=%x"

Also available in: Unified diff