mirror of https://github.com/xqemu/xqemu.git
ide: Build fix for via.c
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
f56b18c08c
commit
653af235c8
|
@ -150,7 +150,7 @@ static void vt82c686b_init_ports(PCIIDEState *d) {
|
||||||
bmdma_init(&d->bus[i], &d->bmdma[i]);
|
bmdma_init(&d->bus[i], &d->bmdma[i]);
|
||||||
d->bmdma[i].bus = &d->bus[i];
|
d->bmdma[i].bus = &d->bus[i];
|
||||||
qemu_add_vm_change_state_handler(d->bus[i].dma->ops->restart_cb,
|
qemu_add_vm_change_state_handler(d->bus[i].dma->ops->restart_cb,
|
||||||
&d->bmdma[i]->dma);
|
&d->bmdma[i].dma);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue