diff options
Diffstat (limited to 'hw/sb16.c')
| -rw-r--r-- | hw/sb16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sb16.c b/hw/sb16.c index f0658ac596..887b32e794 100644 --- a/hw/sb16.c +++ b/hw/sb16.c @@ -1385,9 +1385,9 @@ static int sb16_initfn (ISADevice *dev) return 0; } -int SB16_init (qemu_irq *pic) +int SB16_init (ISABus *bus) { - isa_create_simple ("sb16"); + isa_create_simple (bus, "sb16"); return 0; } |