]> git.proxmox.com Git - qemu.git/blobdiff - target-moxie/cpu.h
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
[qemu.git] / target-moxie / cpu.h
index 374b24af5213e27149364f3d0b08814a98b956da..72d02c20c10c59fcb78dcce060fd09d61a0bccb2 100644 (file)
@@ -106,7 +106,7 @@ typedef struct MoxieCPU {
 
 static inline MoxieCPU *moxie_env_get_cpu(CPUMoxieState *env)
 {
-    return MOXIE_CPU(container_of(env, MoxieCPU, env));
+    return container_of(env, MoxieCPU, env);
 }
 
 #define ENV_GET_CPU(e) CPU(moxie_env_get_cpu(e))