Revision 3eb26cc2 hw/apb_pci.c

b/hw/apb_pci.c
169 169
}
170 170

  
171 171
static CPUWriteMemoryFunc * const apb_pci_config_writes[] = {
172
    &apb_pci_config_writel,
173
    &apb_pci_config_writew,
174 172
    &apb_pci_config_writeb,
173
    &apb_pci_config_writew,
174
    &apb_pci_config_writel,
175 175
};
176 176

  
177 177
static CPUReadMemoryFunc * const apb_pci_config_reads[] = {
178
    &apb_pci_config_readl,
179
    &apb_pci_config_readw,
180 178
    &apb_pci_config_readb,
179
    &apb_pci_config_readw,
180
    &apb_pci_config_readl,
181 181
};
182 182

  
183 183
static void pci_apb_iowriteb (void *opaque, target_phys_addr_t addr,

Also available in: Unified diff