|
@@ -552,7 +552,6 @@ static const Property armv7m_properties[] = {
|
|
|
DEFINE_PROP_BOOL("dsp", ARMv7MState, dsp, true),
|
|
|
DEFINE_PROP_UINT32("mpu-ns-regions", ARMv7MState, mpu_ns_regions, UINT_MAX),
|
|
|
DEFINE_PROP_UINT32("mpu-s-regions", ARMv7MState, mpu_s_regions, UINT_MAX),
|
|
|
- DEFINE_PROP_END_OF_LIST(),
|
|
|
};
|
|
|
|
|
|
static const VMStateDescription vmstate_armv7m = {
|
|
@@ -635,7 +634,6 @@ static const Property bitband_properties[] = {
|
|
|
DEFINE_PROP_UINT32("base", BitBandState, base, 0),
|
|
|
DEFINE_PROP_LINK("source-memory", BitBandState, source_memory,
|
|
|
TYPE_MEMORY_REGION, MemoryRegion *),
|
|
|
- DEFINE_PROP_END_OF_LIST(),
|
|
|
};
|
|
|
|
|
|
static void bitband_class_init(ObjectClass *klass, void *data)
|