Revision 0d0266a5 target-i386/helper.c

b/target-i386/helper.c
1645 1645
    static int inited;
1646 1646

  
1647 1647
    env = qemu_mallocz(sizeof(CPUX86State));
1648
    if (!env)
1649
        return NULL;
1650 1648
    cpu_exec_init(env);
1651 1649
    env->cpu_model_str = cpu_model;
1652 1650

  

Also available in: Unified diff