Fix sb16 breakage due to unassigned s->irq

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-08-28 14:33:43 +04:00
parent 660cfb6b7c
commit f827497194
1 changed files with 1 additions and 0 deletions

View File

@ -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;