aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-01-15 08:56:35 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2010-01-19 16:31:02 -0600
commit49a945a3c0107463de3e57394622eff251e52fc4 (patch)
tree5c8a19d60761c5b562939f7fcda5c042d893041f /target-sh4
parentbaee019f64e904df0163083a0a9f00ef1e9dfeeb (diff)
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-sh4')
-rw-r--r--target-sh4/exec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h
index 1c08eafa6..edd667d70 100644
--- a/target-sh4/exec.h
+++ b/target-sh4/exec.h
@@ -47,14 +47,4 @@ static inline int cpu_halted(CPUState *env) {
#include "softmmu_exec.h"
#endif
-static inline void regs_to_env(void)
-{
- /* XXXXX */
-}
-
-static inline void env_to_regs(void)
-{
- /* XXXXX */
-}
-
#endif /* _EXEC_SH4_H */