diff options
Diffstat (limited to 'target/cris/cpu.h')
-rw-r--r-- | target/cris/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/cris/cpu.h b/target/cris/cpu.h index e978eb9539..0746d19f38 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.h @@ -188,8 +188,6 @@ static inline CRISCPU *cris_env_get_cpu(CPUCRISState *env) return container_of(env, CRISCPU, env); } -#define ENV_GET_CPU(e) CPU(cris_env_get_cpu(e)) - #define ENV_OFFSET offsetof(CRISCPU, env) #ifndef CONFIG_USER_ONLY |