Revision 2507c12a hw/usb-ohci.c

b/hw/usb-ohci.c
1697 1697
                usb_frame_time, usb_bit_time);
1698 1698
    }
1699 1699

  
1700
    ohci->mem = cpu_register_io_memory(ohci_readfn, ohci_writefn, ohci);
1700
    ohci->mem = cpu_register_io_memory(ohci_readfn, ohci_writefn, ohci,
1701
                                       DEVICE_NATIVE_ENDIAN);
1701 1702
    ohci->localmem_base = localmem_base;
1702 1703

  
1703 1704
    ohci->name = dev->info->name;

Also available in: Unified diff