Revision 42fc73a1 hw/mips_r4k.c

b/hw/mips_r4k.c
235 235
    /* The PIC is attached to the MIPS CPU INT0 pin */
236 236
    i8259 = i8259_init(env->irq[2]);
237 237

  
238
    rtc_state = rtc_init(0x70, i8259[8]);
238
    rtc_state = rtc_init(0x70, i8259[8], 2000);
239 239

  
240 240
    /* Register 64 KB of ISA IO space at 0x14000000 */
241 241
    isa_mmio_init(0x14000000, 0x00010000);

Also available in: Unified diff