]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-s390x/cpu.h
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
[mirror_qemu.git] / target-s390x / cpu.h
index 646268858b4851fe4105f4d177aba91c091065e0..65bef8625f0f132b43463de726c72f240f6908c9 100644 (file)
@@ -1041,11 +1041,6 @@ static inline bool cpu_has_work(CPUState *cpu)
         (env->psw.mask & PSW_MASK_EXT);
 }
 
-static inline void cpu_pc_from_tb(CPUS390XState *env, TranslationBlock* tb)
-{
-    env->psw.addr = tb->pc;
-}
-
 /* fpu_helper.c */
 uint32_t set_cc_nz_f32(float32 v);
 uint32_t set_cc_nz_f64(float64 v);