]> git.proxmox.com Git - qemu.git/blobdiff - target-mips/cpu-qom.h
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
[qemu.git] / target-mips / cpu-qom.h
index a7ff9e6ee1b867f9b02e7054f65803b7387cd528..654744a45b379c69effe8c34aa0c855be9ef785c 100644 (file)
@@ -67,7 +67,7 @@ typedef struct MIPSCPU {
 
 static inline MIPSCPU *mips_env_get_cpu(CPUMIPSState *env)
 {
-    return MIPS_CPU(container_of(env, MIPSCPU, env));
+    return container_of(env, MIPSCPU, env);
 }
 
 #define ENV_GET_CPU(e) CPU(mips_env_get_cpu(e))