提交 f8274971 编写于 作者: M malc

Fix sb16 breakage due to unassigned s->irq

Signed-off-by: Nmalc <av1474@comtv.ru>
上级 660cfb6b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册