summary refs log tree commit diff stats
path: root/hw/i386/port92.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/port92.c')
-rw-r--r--hw/i386/port92.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/port92.c b/hw/i386/port92.c
index e1379a4f98..1070bfbf36 100644
--- a/hw/i386/port92.c
+++ b/hw/i386/port92.c
@@ -54,7 +54,7 @@ static const VMStateDescription vmstate_port92_isa = {
     .name = "port92",
     .version_id = 1,
     .minimum_version_id = 1,
-    .fields = (VMStateField[]) {
+    .fields = (const VMStateField[]) {
         VMSTATE_UINT8(outport, Port92State),
         VMSTATE_END_OF_LIST()
     }