]> Git Repo - qemu.git/blobdiff - hw/piix4.c
Make all static TypeInfos const
[qemu.git] / hw / piix4.c
index 799ed1729c5c4497f4cdc17ee4c78670b0a54c78..c1cb94d39f57c8860c4afd6c79e78277ad0dfaf5 100644 (file)
@@ -117,7 +117,7 @@ static void piix4_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_piix4;
 }
 
-static TypeInfo piix4_info = {
+static const TypeInfo piix4_info = {
     .name          = "PIIX4",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(PIIX4State),
This page took 0.023725 seconds and 4 git commands to generate.