aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'target-cris/exec.h')
-rw-r--r--target-cris/exec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h
index ec7346acd..e82c04a7f 100644
--- a/target-cris/exec.h
+++ b/target-cris/exec.h
@@ -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)
{
}