diff options
author | malc <av1474@comtv.ru> | 2009-08-28 14:33:43 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-08-28 14:34:29 +0400 |
commit | f8274971945206f350f22439497f72c8ba8365ee (patch) | |
tree | a0e85fe02bd6ac2b372f21102065f459371c6a3f /hw/sb16.c | |
parent | 660cfb6b7caf5eff5ec38b41be3c497e9931927b (diff) |
Fix sb16 breakage due to unassigned s->irq
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/sb16.c')
-rw-r--r-- | hw/sb16.c | 1 |
1 files changed, 1 insertions, 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; |