]> git.proxmox.com Git - qemu.git/blobdiff - target-alpha/cpu.h
move cpu_pc_from_tb to target-*/exec.h
[qemu.git] / target-alpha / cpu.h
index 314d6acc4eb18c1d706f40c528b9ffdd54010cf9..c33339635aac479ef6b15766e2dcb2d670f64b97 100644 (file)
@@ -512,11 +512,6 @@ void pal_init (CPUState *env);
 void call_pal (CPUState *env);
 #endif
 
-static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
-{
-    env->pc = tb->pc;
-}
-
 static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
                                         target_ulong *cs_base, int *flags)
 {