diff options
Diffstat (limited to 'target-sh4/exec.h')
-rw-r--r-- | target-sh4/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h index 6122610844..1c51167e49 100644 --- a/target-sh4/exec.h +++ b/target-sh4/exec.h @@ -43,8 +43,6 @@ static inline int cpu_halted(CPUState *env) { #include "softmmu_exec.h" #endif -#define RETURN() __asm__ __volatile__("") - static inline void regs_to_env(void) { /* XXXXX */ |