]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-m68k/cpu.h
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
[mirror_qemu.git] / target-m68k / cpu.h
index 9fdf89ef910e8ba68808797f6039ca9df11b4420..cfd68463471f7eab33b4d55f0b1fe35aa36b0896 100644 (file)
@@ -260,9 +260,4 @@ static inline bool cpu_has_work(CPUState *cpu)
 
 #include "exec/exec-all.h"
 
-static inline void cpu_pc_from_tb(CPUM68KState *env, TranslationBlock *tb)
-{
-    env->pc = tb->pc;
-}
-
 #endif