Loading hw/ppce500_spin.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ static uint64_t spin_read(void *opaque, target_phys_addr_t addr, unsigned len) } } const MemoryRegionOps spin_rw_ops = { static const MemoryRegionOps spin_rw_ops = { .read = spin_read, .write = spin_write, .endianness = DEVICE_BIG_ENDIAN, Loading Loading
hw/ppce500_spin.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ static uint64_t spin_read(void *opaque, target_phys_addr_t addr, unsigned len) } } const MemoryRegionOps spin_rw_ops = { static const MemoryRegionOps spin_rw_ops = { .read = spin_read, .write = spin_write, .endianness = DEVICE_BIG_ENDIAN, Loading