projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df5eb7d
)
target-lm32: remove dead code
author
Michael Walle
<michael@walle.cc>
Mon, 25 Feb 2013 17:28:57 +0000
(18:28 +0100)
committer
Michael Walle
<michael@walle.cc>
Mon, 18 Mar 2013 18:40:34 +0000
(19:40 +0100)
Signed-off-by: Michael Walle <michael@walle.cc>
target-lm32/cpu.h
patch
|
blob
|
history
diff --git
a/target-lm32/cpu.h
b/target-lm32/cpu.h
index fd50b534fc006223585cbddb77c397f060013e89..bfb91505888ff4daef58ecf040f1823d303bbfbe 100644
(file)
--- 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)
{