Revision 1eed09cb hw/syborg_rtc.c

b/hw/syborg_rtc.c
129 129
    struct tm tm;
130 130
    int iomemtype;
131 131

  
132
    iomemtype = cpu_register_io_memory(0, syborg_rtc_readfn,
132
    iomemtype = cpu_register_io_memory(syborg_rtc_readfn,
133 133
                                       syborg_rtc_writefn, s);
134 134
    sysbus_init_mmio(dev, 0x1000, iomemtype);
135 135

  

Also available in: Unified diff