Revision 1eed09cb hw/sun4c_intctl.c

b/hw/sun4c_intctl.c
205 205

  
206 206
    s = qemu_mallocz(sizeof(Sun4c_INTCTLState));
207 207

  
208
    sun4c_intctl_io_memory = cpu_register_io_memory(0, sun4c_intctl_mem_read,
208
    sun4c_intctl_io_memory = cpu_register_io_memory(sun4c_intctl_mem_read,
209 209
                                                    sun4c_intctl_mem_write, s);
210 210
    cpu_register_physical_memory(addr, INTCTL_SIZE, sun4c_intctl_io_memory);
211 211
    s->cpu_irqs = parent_irq;

Also available in: Unified diff