Revision 51fb256a target-mips/translate.c

b/target-mips/translate.c
15907 15907
    cpu = MIPS_CPU(object_new(TYPE_MIPS_CPU));
15908 15908
    env = &cpu->env;
15909 15909
    env->cpu_model = def;
15910
    env->cpu_model_str = cpu_model;
15911 15910

  
15912 15911
#ifndef CONFIG_USER_ONLY
15913 15912
    mmu_init(env, def);

Also available in: Unified diff