Revision 2507c12a hw/escc.c

b/hw/escc.c
914 914
    s->chn[0].otherchn = &s->chn[1];
915 915
    s->chn[1].otherchn = &s->chn[0];
916 916

  
917
    io = cpu_register_io_memory(escc_mem_read, escc_mem_write, s);
917
    io = cpu_register_io_memory(escc_mem_read, escc_mem_write, s,
918
                                DEVICE_NATIVE_ENDIAN);
918 919
    sysbus_init_mmio(dev, ESCC_SIZE << s->it_shift, io);
919 920
    s->mmio_index = io;
920 921

  

Also available in: Unified diff