diff options
Diffstat (limited to 'hw/misc/a9scu.c')
-rw-r--r-- | hw/misc/a9scu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/a9scu.c b/hw/misc/a9scu.c index a40d507..e2d73ed 100644 --- a/hw/misc/a9scu.c +++ b/hw/misc/a9scu.c @@ -123,7 +123,7 @@ static const VMStateDescription vmstate_a9_scu = { } }; -static Property a9_scu_properties[] = { +static const Property a9_scu_properties[] = { DEFINE_PROP_UINT32("num-cpu", A9SCUState, num_cpu, 1), DEFINE_PROP_END_OF_LIST(), }; |