summaryrefslogtreecommitdiffstats
path: root/target-alpha
diff options
context:
space:
mode:
authorPaolo Bonzini2010-01-15 08:56:35 +0100
committerAnthony Liguori2010-01-19 23:31:02 +0100
commit49a945a3c0107463de3e57394622eff251e52fc4 (patch)
tree5c8a19d60761c5b562939f7fcda5c042d893041f /target-alpha
parentremove dead code from target-i386/exec.h (diff)
downloadqemu-49a945a3c0107463de3e57394622eff251e52fc4.tar.gz
qemu-49a945a3c0107463de3e57394622eff251e52fc4.tar.xz
qemu-49a945a3c0107463de3e57394622eff251e52fc4.zip
kill regs_to_env and env_to_regs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-alpha')
-rw-r--r--target-alpha/exec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/target-alpha/exec.h b/target-alpha/exec.h
index 3533eb1719..66526e24bc 100644
--- a/target-alpha/exec.h
+++ b/target-alpha/exec.h
@@ -39,14 +39,6 @@ register struct CPUAlphaState *env asm(AREG0);
#include "softmmu_exec.h"
#endif /* !defined(CONFIG_USER_ONLY) */
-static inline void env_to_regs(void)
-{
-}
-
-static inline void regs_to_env(void)
-{
-}
-
static inline int cpu_has_work(CPUState *env)
{
return (env->interrupt_request & CPU_INTERRUPT_HARD);