Revision 2507c12a hw/pxa2xx_pic.c

b/hw/pxa2xx_pic.c
300 300

  
301 301
    /* Enable IC memory-mapped registers access.  */
302 302
    iomemtype = cpu_register_io_memory(pxa2xx_pic_readfn,
303
                    pxa2xx_pic_writefn, s);
303
                    pxa2xx_pic_writefn, s, DEVICE_NATIVE_ENDIAN);
304 304
    cpu_register_physical_memory(base, 0x00100000, iomemtype);
305 305

  
306 306
    /* Enable IC coprocessor access.  */

Also available in: Unified diff