]> Git Repo - qemu.git/blobdiff - hw/pc.c
Make all static TypeInfos const
[qemu.git] / hw / pc.c
diff --git a/hw/pc.c b/hw/pc.c
index df0c48e41b1ebfd5f14595697f6e182163ec6b14..68984e4161888c7bf43fe416860ad36ef3405c72 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -501,7 +501,7 @@ static void port92_class_initfn(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_port92_isa;
 }
 
-static TypeInfo port92_info = {
+static const TypeInfo port92_info = {
     .name          = "port92",
     .parent        = TYPE_ISA_DEVICE,
     .instance_size = sizeof(Port92State),
This page took 0.021684 seconds and 4 git commands to generate.