summary refs log tree commit diff stats
path: root/hw/misc/iosb.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/iosb.c')
-rw-r--r--hw/misc/iosb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/iosb.c b/hw/misc/iosb.c
index e20305e801..31927eaedb 100644
--- a/hw/misc/iosb.c
+++ b/hw/misc/iosb.c
@@ -81,7 +81,7 @@ static const MemoryRegionOps iosb_mmio_ops = {
     .endianness = DEVICE_BIG_ENDIAN,
 };
 
-static void iosb_reset_hold(Object *obj)
+static void iosb_reset_hold(Object *obj, ResetType type)
 {
     IOSBState *s = IOSB(obj);