Revision 182735ef hw/mips/mips_malta.c

b/hw/mips/mips_malta.c
844 844
        cpu_mips_clock_init(env);
845 845
        qemu_register_reset(main_cpu_reset, cpu);
846 846
    }
847
    env = first_cpu;
847
    cpu = MIPS_CPU(first_cpu);
848
    env = &cpu->env;
848 849

  
849 850
    /* allocate RAM */
850 851
    if (ram_size > (256 << 20)) {

Also available in: Unified diff