diff options
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/exec.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h index 1c08eafa6c..edd667d703 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 */ |