提交 653af235 编写于 作者: K Kevin Wolf

ide: Build fix for via.c

Signed-off-by: NKevin Wolf <kwolf@redhat.com>
上级 f56b18c0
......@@ -150,7 +150,7 @@ static void vt82c686b_init_ports(PCIIDEState *d) {
bmdma_init(&d->bus[i], &d->bmdma[i]);
d->bmdma[i].bus = &d->bus[i];
qemu_add_vm_change_state_handler(d->bus[i].dma->ops->restart_cb,
&d->bmdma[i]->dma);
&d->bmdma[i].dma);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册