--- qemu/hw/armv7m.c 2018/04/24 18:28:47 1.1.1.5 +++ qemu/hw/armv7m.c 2018/04/24 18:38:09 1.1.1.6 @@ -130,7 +130,7 @@ static int bitband_init(SysBusDevice *de int iomemtype; iomemtype = cpu_register_io_memory(bitband_readfn, bitband_writefn, - &s->base); + &s->base, DEVICE_NATIVE_ENDIAN); sysbus_init_mmio(dev, 0x02000000, iomemtype); return 0; }