]> Git Repo - qemu.git/blobdiff - target/xtensa/cpu.h
cpu: Replace ENV_GET_CPU with env_cpu
[qemu.git] / target / xtensa / cpu.h
index 6e6fb1d8931cabfe34f28fd10c1a35ea962ab29a..3de53cb5d0ed3acb082a82e3974dbfe9be6509f1 100644 (file)
@@ -564,8 +564,6 @@ static inline XtensaCPU *xtensa_env_get_cpu(const CPUXtensaState *env)
     return container_of(env, XtensaCPU, env);
 }
 
-#define ENV_GET_CPU(e) CPU(xtensa_env_get_cpu(e))
-
 #define ENV_OFFSET offsetof(XtensaCPU, env)
 
 
This page took 0.022894 seconds and 4 git commands to generate.