Revision 8217606e hw/etraxfs.c

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

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

Also available in: Unified diff