diff options
author | Richard Henderson <rth@twiddle.net> | 2014-09-13 09:45:28 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-09-25 18:54:22 +0100 |
commit | dfdb483454f8fcaab5ba55a0342cd5e3aec8815a (patch) | |
tree | d5b8db0b4436a997500e9fc240e7810ea36b3ad3 /target-tricore/cpu.h | |
parent | fbb96c4b7f57d3d0943b11ad2cfa0ed770c9cf66 (diff) | |
download | qemu-dfdb483454f8fcaab5ba55a0342cd5e3aec8815a.tar.gz qemu-dfdb483454f8fcaab5ba55a0342cd5e3aec8815a.tar.bz2 qemu-dfdb483454f8fcaab5ba55a0342cd5e3aec8815a.zip |
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/cpu.h')
-rw-r--r-- | target-tricore/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-tricore/cpu.h b/target-tricore/cpu.h index b036ff1159..7555b70a47 100644 --- a/target-tricore/cpu.h +++ b/target-tricore/cpu.h @@ -400,6 +400,4 @@ static inline void cpu_pc_from_tb(CPUTriCoreState *env, TranslationBlock *tb) env->PC = tb->pc; } -void do_interrupt(CPUTriCoreState *env); - #endif /*__TRICORE_CPU_H__ */ |