summary refs log tree commit diff stats
path: root/target/mips/tcg/user/tlb_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/tcg/user/tlb_helper.c')
-rw-r--r--target/mips/tcg/user/tlb_helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/mips/tcg/user/tlb_helper.c b/target/mips/tcg/user/tlb_helper.c
index b835144b82..210c6d529e 100644
--- a/target/mips/tcg/user/tlb_helper.c
+++ b/target/mips/tcg/user/tlb_helper.c
@@ -57,8 +57,3 @@ bool mips_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
     raise_mmu_exception(env, address, access_type);
     do_raise_exception_err(env, cs->exception_index, env->error_code, retaddr);
 }
-
-void mips_cpu_do_interrupt(CPUState *cs)
-{
-    cs->exception_index = EXCP_NONE;
-}