summary refs log tree commit diff stats
path: root/hw/timer/sse-counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/timer/sse-counter.c')
-rw-r--r--hw/timer/sse-counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/timer/sse-counter.c b/hw/timer/sse-counter.c
index 16c0e8ad15..daceedf964 100644
--- a/hw/timer/sse-counter.c
+++ b/hw/timer/sse-counter.c
@@ -442,7 +442,7 @@ static const VMStateDescription sse_counter_vmstate = {
     .name = "sse-counter",
     .version_id = 1,
     .minimum_version_id = 1,
-    .fields = (VMStateField[]) {
+    .fields = (const VMStateField[]) {
         VMSTATE_CLOCK(clk, SSECounter),
         VMSTATE_END_OF_LIST()
     }