aboutsummaryrefslogtreecommitdiff
path: root/target-tricore/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-tricore/helper.c')
-rw-r--r--target-tricore/helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-tricore/helper.c b/target-tricore/helper.c
index e4af6f1ac2..f52504c9f8 100644
--- a/target-tricore/helper.c
+++ b/target-tricore/helper.c
@@ -82,10 +82,6 @@ int cpu_tricore_handle_mmu_fault(CPUState *cs, target_ulong address,
return ret;
}
-void tricore_cpu_do_interrupt(CPUState *cs)
-{
-}
-
TriCoreCPU *cpu_tricore_init(const char *cpu_model)
{
return TRICORE_CPU(cpu_generic_init(TYPE_TRICORE_CPU, cpu_model));