diff options
Diffstat (limited to 'hw/lance.c')
-rw-r--r-- | hw/lance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lance.c b/hw/lance.c index a5997fd64e..4b92425299 100644 --- a/hw/lance.c +++ b/hw/lance.c @@ -87,7 +87,7 @@ static const MemoryRegionOps lance_mem_ops = { static void lance_cleanup(NetClientState *nc) { - PCNetState *d = DO_UPCAST(NICState, nc, nc)->opaque; + PCNetState *d = qemu_get_nic_opaque(nc); pcnet_common_cleanup(d); } |