]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/cpu.h
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
[qemu.git] / target-sparc / cpu.h
index 41b014a0b34b23bf44cf356f6981c52c59a2f3a4..0f35a2216f26c9ccec8cf33776d699f8eb22251e 100644 (file)
@@ -759,10 +759,4 @@ static inline bool cpu_has_work(CPUState *cpu)
 
 #include "exec/exec-all.h"
 
-static inline void cpu_pc_from_tb(CPUSPARCState *env, TranslationBlock *tb)
-{
-    env->pc = tb->pc;
-    env->npc = tb->cs_base;
-}
-
 #endif