summaryrefslogtreecommitdiff
path: root/hw/i8259_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i8259_common.c')
-rw-r--r--hw/i8259_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i8259_common.c b/hw/i8259_common.c
index ab3d98b2a1..fc91056afb 100644
--- a/hw/i8259_common.c
+++ b/hw/i8259_common.c
@@ -144,7 +144,7 @@ static void pic_common_class_init(ObjectClass *klass, void *data)
ic->init = pic_init_common;
}
-static TypeInfo pic_common_type = {
+static const TypeInfo pic_common_type = {
.name = TYPE_PIC_COMMON,
.parent = TYPE_ISA_DEVICE,
.instance_size = sizeof(PICCommonState),