]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/cpu.h
move cpu_pc_from_tb to target-*/exec.h
[qemu.git] / target-ppc / cpu.h
index 2ad44867278879755b2718997ab7a2ec2d3fe074..ca0eb1e386e2200158fd44384db56466248b33a1 100644 (file)
@@ -1601,11 +1601,6 @@ enum {
 
 /*****************************************************************************/
 
-static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
-{
-    env->nip = tb->pc;
-}
-
 static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
                                         target_ulong *cs_base, int *flags)
 {