mirror of https://github.com/xqemu/xqemu.git
Fix sb16 breakage due to unassigned s->irq
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
660cfb6b7c
commit
f827497194
|
@ -1409,6 +1409,7 @@ int SB16_init (qemu_irq *pic)
|
||||||
|
|
||||||
s->cmd = -1;
|
s->cmd = -1;
|
||||||
s->pic = isa_reserve_irq (conf.irq);
|
s->pic = isa_reserve_irq (conf.irq);
|
||||||
|
s->irq = conf.irq;
|
||||||
s->dma = conf.dma;
|
s->dma = conf.dma;
|
||||||
s->hdma = conf.hdma;
|
s->hdma = conf.hdma;
|
||||||
s->port = conf.port;
|
s->port = conf.port;
|
||||||
|
|
Loading…
Reference in New Issue