summary refs log tree commit diff stats
path: root/hw/mem/sparse-mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mem/sparse-mem.c')
-rw-r--r--hw/mem/sparse-mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mem/sparse-mem.c b/hw/mem/sparse-mem.c
index 6e8f4f84fb..8d681adfc0 100644
--- a/hw/mem/sparse-mem.c
+++ b/hw/mem/sparse-mem.c
@@ -96,7 +96,7 @@ static const MemoryRegionOps sparse_mem_ops = {
         },
 };
 
-static Property sparse_mem_properties[] = {
+static const Property sparse_mem_properties[] = {
     /* The base address of the memory */
     DEFINE_PROP_UINT64("baseaddr", SparseMemState, baseaddr, 0x0),
     /* The length of the sparse memory region */