Revision 0157644c

b/hw/heathrow_pic.c
126 126
static const MemoryRegionOps heathrow_pic_ops = {
127 127
    .read = pic_read,
128 128
    .write = pic_write,
129
    .endianness = DEVICE_NATIVE_ENDIAN,
129
    .endianness = DEVICE_LITTLE_ENDIAN,
130 130
};
131 131

  
132 132
static void heathrow_pic_set_irq(void *opaque, int num, int level)

Also available in: Unified diff