Revision ee6847d1 hw/axis_dev88.c

b/hw/axis_dev88.c
297 297
    cpu_irq = cris_pic_init_cpu(env);
298 298
    dev = qdev_create(NULL, "etraxfs,pic");
299 299
    /* FIXME: Is there a proper way to signal vectors to the CPU core?  */
300
    qdev_set_prop_ptr(dev, "interrupt_vector", &env->interrupt_vector);
300
    qdev_prop_set_ptr(dev, "interrupt_vector", &env->interrupt_vector);
301 301
    qdev_init(dev);
302 302
    s = sysbus_from_qdev(dev);
303 303
    sysbus_mmio_map(s, 0, 0x3001c000);

Also available in: Unified diff