diff options
Diffstat (limited to 'hw/opencores_eth.c')
-rw-r--r-- | hw/opencores_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/opencores_eth.c b/hw/opencores_eth.c index f7cc1b403b..d4d3529d71 100644 --- a/hw/opencores_eth.c +++ b/hw/opencores_eth.c @@ -717,7 +717,7 @@ static int sysbus_open_eth_init(SysBusDevice *dev) sysbus_init_irq(dev, &s->irq); s->nic = qemu_new_nic(&net_open_eth_info, &s->conf, - s->dev.qdev.info->name, s->dev.qdev.id, s); + qdev_get_info(&s->dev.qdev)->name, s->dev.qdev.id, s); return 0; } |