summary refs log tree commit diff stats
path: root/hw/debugexit.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/debugexit.c')
-rw-r--r--hw/debugexit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/debugexit.c b/hw/debugexit.c
index 90642eb37f..c1b489ddcb 100644
--- a/hw/debugexit.c
+++ b/hw/debugexit.c
@@ -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),