summaryrefslogtreecommitdiffstats
path: root/target-tricore/helper.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-09-13 09:45:28 -0700
committerPeter Maydell <peter.maydell@linaro.org>2014-09-25 18:54:22 +0100
commitdfdb483454f8fcaab5ba55a0342cd5e3aec8815a (patch)
treed5b8db0b4436a997500e9fc240e7810ea36b3ad3 /target-tricore/helper.c
parentfbb96c4b7f57d3d0943b11ad2cfa0ed770c9cf66 (diff)
downloadhqemu-dfdb483454f8fcaab5ba55a0342cd5e3aec8815a.zip
hqemu-dfdb483454f8fcaab5ba55a0342cd5e3aec8815a.tar.gz
target-tricore: Remove the dummy interrupt boilerplate
It can go back in when it actually does something. Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-id: 1410626734-3804-18-git-send-email-rth@twiddle.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 e4af6f1..f52504c 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));
OpenPOWER on IntegriCloud