Revision 2507c12a hw/ppc_newworld.c

b/hw/ppc_newworld.c
260 260
    isa_mmio_init(0xf2000000, 0x00800000, 1);
261 261

  
262 262
    /* UniN init */
263
    unin_memory = cpu_register_io_memory(unin_read, unin_write, NULL);
263
    unin_memory = cpu_register_io_memory(unin_read, unin_write, NULL,
264
                                         DEVICE_NATIVE_ENDIAN);
264 265
    cpu_register_physical_memory(0xf8000000, 0x00001000, unin_memory);
265 266

  
266 267
    openpic_irqs = qemu_mallocz(smp_cpus * sizeof(qemu_irq *));

Also available in: Unified diff