]> Git Repo - qemu.git/blobdiff - hw/debugexit.c
Make all static TypeInfos const
[qemu.git] / hw / debugexit.c
index 90642eb37f799f131b70489f163c9cab1da5fd4e..c1b489ddcb81ff19165fb84324e68f6181ead71a 100644 (file)
@@ -60,7 +60,7 @@ static void debug_exit_class_initfn(ObjectClass *klass, void *data)
     dc->props = debug_exit_properties;
 }
 
-static TypeInfo debug_exit_info = {
+static const TypeInfo debug_exit_info = {
     .name          = TYPE_ISA_DEBUG_EXIT_DEVICE,
     .parent        = TYPE_ISA_DEVICE,
     .instance_size = sizeof(ISADebugExitState),
This page took 0.021564 seconds and 4 git commands to generate.