Message ID | e6759549f447435a66acc2c30f4dfdd2a5370eb9.1576815466.git.fthain@telegraphics.com.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fixes for DP8393X SONIC device emulation | expand |
diff --git a/hw/net/dp8393x.c b/hw/net/dp8393x.c index 46b92ebf65..d722bbe8c1 100644 --- a/hw/net/dp8393x.c +++ b/hw/net/dp8393x.c @@ -813,6 +813,7 @@ static ssize_t dp8393x_receive(NetClientState *nc, const uint8_t * buf, address += rx_len; address_space_rw(&s->as, address, MEMTXATTRS_UNSPECIFIED, (uint8_t *)&checksum, 4, 1); + address += 4; rx_len += 4; s->regs[SONIC_CRBA1] = address >> 16; s->regs[SONIC_CRBA0] = address & 0xffff;