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
This commit is contained in:
aurel32 2008-12-07 18:15:54 +00:00
parent 49516bc0d6
commit db8d990204
7 changed files with 0 additions and 38 deletions

View file

@ -25,8 +25,6 @@ register struct CPUCRISState *env asm(AREG0);
#include "cpu.h"
#include "exec-all.h"
#define RETURN() __asm__ __volatile__("" : : : "memory");
static inline void env_to_regs(void)
{
}