summary refs log tree commit diff stats
path: root/hw/char/renesas_sci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/char/renesas_sci.c')
-rw-r--r--hw/char/renesas_sci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/char/renesas_sci.c b/hw/char/renesas_sci.c
index 1c63467290..5cb733545c 100644
--- a/hw/char/renesas_sci.c
+++ b/hw/char/renesas_sci.c
@@ -302,7 +302,7 @@ static const VMStateDescription vmstate_rsci = {
     .name = "renesas-sci",
     .version_id = 1,
     .minimum_version_id = 1,
-    .fields = (VMStateField[]) {
+    .fields = (const VMStateField[]) {
         VMSTATE_INT64(trtime, RSCIState),
         VMSTATE_INT64(rx_next, RSCIState),
         VMSTATE_UINT8(smr, RSCIState),