Revision 2507c12a hw/armv7m.c

b/hw/armv7m.c
130 130
    int iomemtype;
131 131

  
132 132
    iomemtype = cpu_register_io_memory(bitband_readfn, bitband_writefn,
133
                                       &s->base);
133
                                       &s->base, DEVICE_NATIVE_ENDIAN);
134 134
    sysbus_init_mmio(dev, 0x02000000, iomemtype);
135 135
    return 0;
136 136
}

Also available in: Unified diff