diff options
Diffstat (limited to 'hw/misc/xlnx-versal-cframe-reg.c')
| -rw-r--r-- | hw/misc/xlnx-versal-cframe-reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/xlnx-versal-cframe-reg.c b/hw/misc/xlnx-versal-cframe-reg.c index a6ab287b01..3fc838bd54 100644 --- a/hw/misc/xlnx-versal-cframe-reg.c +++ b/hw/misc/xlnx-versal-cframe-reg.c @@ -542,7 +542,7 @@ static void cframe_reg_reset_enter(Object *obj, ResetType type) } } -static void cframe_reg_reset_hold(Object *obj) +static void cframe_reg_reset_hold(Object *obj, ResetType type) { XlnxVersalCFrameReg *s = XLNX_VERSAL_CFRAME_REG(obj); |