Revision 0d0266a5 target-mips/translate.c

b/target-mips/translate.c
8476 8476
    if (!def)
8477 8477
        return NULL;
8478 8478
    env = qemu_mallocz(sizeof(CPUMIPSState));
8479
    if (!env)
8480
        return NULL;
8481 8479
    env->cpu_model = def;
8482 8480

  
8483 8481
    cpu_exec_init(env);

Also available in: Unified diff