mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Fix sb16 breakage due to unassigned s->irq
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
660cfb6b7c
commit
f827497194
1 changed files with 1 additions and 0 deletions
|
@ -1409,6 +1409,7 @@ int SB16_init (qemu_irq *pic)
|
|||
|
||||
s->cmd = -1;
|
||||
s->pic = isa_reserve_irq (conf.irq);
|
||||
s->irq = conf.irq;
|
||||
s->dma = conf.dma;
|
||||
s->hdma = conf.hdma;
|
||||
s->port = conf.port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue