![]() ![]() | ![]() |
version 1.1.1.5, 2018/04/24 18:28:47 | version 1.1.1.6, 2018/04/24 18:38:09 |
---|---|
Line 130 static int bitband_init(SysBusDevice *de | Line 130 static int bitband_init(SysBusDevice *de |
int iomemtype; | int iomemtype; |
iomemtype = cpu_register_io_memory(bitband_readfn, bitband_writefn, | iomemtype = cpu_register_io_memory(bitband_readfn, bitband_writefn, |
&s->base); | &s->base, DEVICE_NATIVE_ENDIAN); |
sysbus_init_mmio(dev, 0x02000000, iomemtype); | sysbus_init_mmio(dev, 0x02000000, iomemtype); |
return 0; | return 0; |
} | } |