From dceaf394585191ced65ce6a478580ac1655510d7 Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Wed, 7 May 2008 15:24:53 +0000 Subject: CRIS: More TCG conversion. * Convert moves to/from support function regs (including TLB updates) to TCG. * SCC no longer requires T0 to strictly be 0 or 1, relaxed to 0 or non-zero. * Convert the the condition code evaluation to TCG. * Convert rfe into a helper and TCG. * Convert evaluate_bcc and setf to TCG. * Convert clrf to TCG. * Convert CRIS exception raising to TCG. * Convert btst to TCG. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4376 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-cris/mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-cris/mmu.c') diff --git a/target-cris/mmu.c b/target-cris/mmu.c index a17d21d..5ec9b37 100644 --- a/target-cris/mmu.c +++ b/target-cris/mmu.c @@ -265,7 +265,7 @@ static int cris_mmu_translate_page(struct cris_mmu_result_t *res, } /* Give us the vaddr corresponding to the latest TLB update. */ -target_ulong cris_mmu_tlb_latest_update(CPUState *env, uint32_t new_lo) +target_ulong cris_mmu_tlb_latest_update(CPUState *env) { uint32_t sel = env->sregs[SFR_RW_MM_TLB_SEL]; uint32_t vaddr; -- cgit v1.1