aboutsummaryrefslogtreecommitdiff
path: root/target-moxie/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-moxie/cpu.h')
-rw-r--r--target-moxie/cpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-moxie/cpu.h b/target-moxie/cpu.h
index 72d02c20c1..d5030a4c34 100644
--- a/target-moxie/cpu.h
+++ b/target-moxie/cpu.h
@@ -143,11 +143,6 @@ static inline int cpu_mmu_index(CPUMoxieState *env)
#include "exec/cpu-all.h"
#include "exec/exec-all.h"
-static inline void cpu_pc_from_tb(CPUMoxieState *env, TranslationBlock *tb)
-{
- env->pc = tb->pc;
-}
-
static inline void cpu_get_tb_cpu_state(CPUMoxieState *env, target_ulong *pc,
target_ulong *cs_base, int *flags)
{