Revision 2507c12a hw/pl031.c

b/hw/pl031.c
189 189
    pl031_state *s = FROM_SYSBUS(pl031_state, dev);
190 190
    struct tm tm;
191 191

  
192
    iomemtype = cpu_register_io_memory(pl031_readfn, pl031_writefn, s);
192
    iomemtype = cpu_register_io_memory(pl031_readfn, pl031_writefn, s,
193
                                       DEVICE_NATIVE_ENDIAN);
193 194
    if (iomemtype == -1) {
194 195
        hw_error("pl031_init: Can't register I/O memory\n");
195 196
    }

Also available in: Unified diff