target-lm32: remove dead code
Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
df5eb7d2c8
commit
de55c4bd8b
@ -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"
|
#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,
|
static inline void cpu_get_tb_cpu_state(CPULM32State *env, target_ulong *pc,
|
||||||
target_ulong *cs_base, int *flags)
|
target_ulong *cs_base, int *flags)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user