summaryrefslogtreecommitdiff
path: root/target-lm32
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2013-02-25 18:28:57 +0100
committerMichael Walle <michael@walle.cc>2013-03-18 19:40:34 +0100
commitde55c4bd8bd163ec6c10edc085193bbcf8f9e15e (patch)
treed7bda9c26c6cc9d3a998ca0c6a2e3fba169e8c5f /target-lm32
parentdf5eb7d2c871ccd708e0f45cdc5d79b73550731b (diff)
downloadqemu-de55c4bd8bd163ec6c10edc085193bbcf8f9e15e.tar.gz
target-lm32: remove dead code
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'target-lm32')
-rw-r--r--target-lm32/cpu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h
index fd50b534fc..bfb9150588 100644
--- a/target-lm32/cpu.h
+++ b/target-lm32/cpu.h
@@ -229,18 +229,8 @@ static inline void cpu_set_tls(CPULM32State *env, target_ulong newtls)
{
}
-static inline int cpu_interrupts_enabled(CPULM32State *env)
-{
- return env->ie & IE_IE;
-}
-
#include "exec/cpu-all.h"
-static inline target_ulong cpu_get_pc(CPULM32State *env)
-{
- return env->pc;
-}
-
static inline void cpu_get_tb_cpu_state(CPULM32State *env, target_ulong *pc,
target_ulong *cs_base, int *flags)
{