qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/12] target-lm32: remove dead code


From: Michael Walle
Subject: [Qemu-devel] [PATCH 08/12] target-lm32: remove dead code
Date: Wed, 6 Mar 2013 23:00:05 +0100

Signed-off-by: Michael Walle <address@hidden>
---
 target-lm32/cpu.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h
index 6948d0e..03db008 100644
--- a/target-lm32/cpu.h
+++ b/target-lm32/cpu.h
@@ -232,18 +232,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)
 {
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]