diff options
Diffstat (limited to 'hw/misc/iosb.c')
| -rw-r--r-- | hw/misc/iosb.c | 2 |
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); |