]> Git Repo - qemu.git/blobdiff - hw/sun4c_intctl.c
Make all static TypeInfos const
[qemu.git] / hw / sun4c_intctl.c
index b78d54f232f1ab3dd3accd3e6fe1148b0681961d..f8f4d023a35c50dd18c1fd05c2181f16b00acad1 100644 (file)
@@ -193,7 +193,7 @@ static void sun4c_intctl_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_sun4c_intctl;
 }
 
-static TypeInfo sun4c_intctl_info = {
+static const TypeInfo sun4c_intctl_info = {
     .name          = "sun4c_intctl",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(Sun4c_INTCTLState),
This page took 0.023252 seconds and 4 git commands to generate.