]> git.proxmox.com Git - qemu.git/blobdiff - target-alpha/cpu.h
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
[qemu.git] / target-alpha / cpu.h
index 066f0324e2f2772177aa11d149126d77d17ea8a3..c85dc6e575dbea2ca5b35496f534ad912c3a6bcc 100644 (file)
@@ -515,9 +515,4 @@ static inline bool cpu_has_work(CPUState *cpu)
 
 #include "exec/exec-all.h"
 
-static inline void cpu_pc_from_tb(CPUAlphaState *env, TranslationBlock *tb)
-{
-    env->pc = tb->pc;
-}
-
 #endif /* !defined (__CPU_ALPHA_H__) */