Revision a08d4367 hw/etraxfs.c

b/hw/etraxfs.c
65 65
        cpu_model = "crisv32";
66 66
    }
67 67
    env = cpu_init(cpu_model);
68
    qemu_register_reset(main_cpu_reset, 0, env);
68
    qemu_register_reset(main_cpu_reset, env);
69 69

  
70 70
    /* allocate RAM */
71 71
    phys_ram = qemu_ram_alloc(ram_size);

Also available in: Unified diff