]> git.proxmox.com Git - qemu.git/blobdiff - target-unicore32/helper.c
configure: Use -B switch only for Python versions which support it
[qemu.git] / target-unicore32 / helper.c
index 61eb2c374a02747c1e93bb1dae012b7f9f034c79..9bf4fea5db72b9ea2831d8baea74b742687553af 100644 (file)
@@ -37,7 +37,6 @@ CPUUniCore32State *uc32_cpu_init(const char *cpu_model)
     }
     cpu = UNICORE32_CPU(object_new(object_class_get_name(oc)));
     env = &cpu->env;
-    env->cpu_model_str = cpu_model;
 
     object_property_set_bool(OBJECT(cpu), true, "realized", NULL);