diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-09 23:09:41 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-09 23:09:41 +0000 |
commit | 8f6f6026f14581fe09b65c2b31c0052577bf5b2f (patch) | |
tree | 972f0af158826666691f3243f01b1a44a8abb9f9 /target-mips/exec.h | |
parent | 406f82e8338624179130cdc91bbfb2b33cd98211 (diff) |
Use FORCE_RET, scrap RETURN which was implemented in target-specific code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3560 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/exec.h')
-rw-r--r-- | target-mips/exec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h index 6a05f86c78..307049ed31 100644 --- a/target-mips/exec.h +++ b/target-mips/exec.h @@ -43,12 +43,6 @@ register target_ulong T2 asm(AREG3); #define WTH2 (env->fpu->ft2.w[!FP_ENDIAN_IDX]) #endif -#if defined (DEBUG_OP) -# define RETURN() __asm__ __volatile__("nop" : : : "memory"); -#else -# define RETURN() __asm__ __volatile__("" : : : "memory"); -#endif - #include "cpu.h" #include "exec-all.h" |