Revision 1eed09cb hw/gt64xxx.c

b/hw/gt64xxx.c
1131 1131
    s->pci->bus = pci_register_bus(NULL, "pci",
1132 1132
                                   pci_gt64120_set_irq, pci_gt64120_map_irq,
1133 1133
                                   pic, 144, 4);
1134
    s->ISD_handle = cpu_register_io_memory(0, gt64120_read, gt64120_write, s);
1134
    s->ISD_handle = cpu_register_io_memory(gt64120_read, gt64120_write, s);
1135 1135
    d = pci_register_device(s->pci->bus, "GT64120 PCI Bus", sizeof(PCIDevice),
1136 1136
                            0, gt64120_read_config, gt64120_write_config);
1137 1137

  

Also available in: Unified diff