]> git.proxmox.com Git - qemu.git/blobdiff - target-sh4/cpu.h
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
[qemu.git] / target-sh4 / cpu.h
index c8df18bab19cbec1f526fee7f451fc6000957cca..276d2955c3e1ea38b919a0f26c1b799bb909b323 100644 (file)
@@ -359,10 +359,4 @@ static inline bool cpu_has_work(CPUState *cpu)
 
 #include "exec/exec-all.h"
 
-static inline void cpu_pc_from_tb(CPUSH4State *env, TranslationBlock *tb)
-{
-    env->pc = tb->pc;
-    env->flags = tb->flags;
-}
-
 #endif                         /* _CPU_SH4_H */