summaryrefslogtreecommitdiff
path: root/hw/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sb16.c')
-rw-r--r--hw/sb16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sb16.c b/hw/sb16.c
index f0658ac596..88ad8e85cd 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, qemu_irq *pic)
{
- isa_create_simple ("sb16");
+ isa_create_simple (bus, "sb16");
return 0;
}