diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 18:15:54 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 18:15:54 +0000 |
commit | db8d9902041dfe771812862ebf06980333a37468 (patch) | |
tree | 47eaf935dc333f5cc8c631ee71a9851ae4b93469 /target-sh4 | |
parent | 49516bc0d622112caac9df628caf19010fda8b67 (diff) |
Remove FORCE_RET() and RETURN()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5923 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4')
-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 612261084..1c51167e4 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 */ |