diff options
Diffstat (limited to 'hw/misc/xlnx-zynqmp-crf.c')
| -rw-r--r-- | hw/misc/xlnx-zynqmp-crf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/xlnx-zynqmp-crf.c b/hw/misc/xlnx-zynqmp-crf.c index a83efb44e3..e5aba56f69 100644 --- a/hw/misc/xlnx-zynqmp-crf.c +++ b/hw/misc/xlnx-zynqmp-crf.c @@ -191,7 +191,7 @@ static void crf_reset_enter(Object *obj, ResetType type) } } -static void crf_reset_hold(Object *obj) +static void crf_reset_hold(Object *obj, ResetType type) { XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(obj); ir_update_irq(s); |