mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
ide: Build fix for via.c
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
f56b18c08c
commit
653af235c8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue