aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_gic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm_gic.c')
-rw-r--r--hw/arm_gic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm_gic.c b/hw/arm_gic.c
index 72298b4b4..ab3b87b14 100644
--- a/hw/arm_gic.c
+++ b/hw/arm_gic.c
@@ -955,6 +955,7 @@ static TypeInfo arm_gic_info = {
.parent = TYPE_SYS_BUS_DEVICE,
.instance_size = sizeof(gic_state),
.class_init = arm_gic_class_init,
+ .class_size = sizeof(SysBusDeviceClass),
};
static void arm_gic_register_types(void)