summary refs log tree commit diff stats
path: root/hw/core/clock-vmstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/clock-vmstate.c')
-rw-r--r--hw/core/clock-vmstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/clock-vmstate.c b/hw/core/clock-vmstate.c
index 9d9174ffbd..7eccb6d4ea 100644
--- a/hw/core/clock-vmstate.c
+++ b/hw/core/clock-vmstate.c
@@ -44,6 +44,7 @@ const VMStateDescription vmstate_muldiv = {
     .fields = (VMStateField[]) {
         VMSTATE_UINT32(multiplier, Clock),
         VMSTATE_UINT32(divider, Clock),
+        VMSTATE_END_OF_LIST()
     },
 };