]> git.proxmox.com Git - qemu.git/blobdiff - target-moxie/cpu.c
qapi-schema: Update description for NewImageMode
[qemu.git] / target-moxie / cpu.c
index d97a091eb43e94eff3b7daabf9897d27afcbca39..484ecc2124d7b2a4be891c5430cf4ad0964b5be7 100644 (file)
@@ -138,7 +138,6 @@ MoxieCPU *cpu_moxie_init(const char *cpu_model)
         return NULL;
     }
     cpu = MOXIE_CPU(object_new(object_class_get_name(oc)));
-    cpu->env.cpu_model_str = cpu_model;
 
     object_property_set_bool(OBJECT(cpu), true, "realized", NULL);